summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMichael Brown2006-12-05 22:16:52 +0100
committerMichael Brown2006-12-05 22:16:52 +0100
commit28c711b91df7cf450ef427bbfb8b36c43fcc7db9 (patch)
tree1a05d1e31444d04a31bce1dcceb31834dfebdc63 /src
parentAvoid calling NULL methods! (diff)
downloadipxe-28c711b91df7cf450ef427bbfb8b36c43fcc7db9.tar.gz
ipxe-28c711b91df7cf450ef427bbfb8b36c43fcc7db9.tar.xz
ipxe-28c711b91df7cf450ef427bbfb8b36c43fcc7db9.zip
Killed off spurious <stdio.h> inclusion
Diffstat (limited to 'src')
-rw-r--r--src/net/tcp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/net/tcp.c b/src/net/tcp.c
index c97221aa1..ec32b89c3 100644
--- a/src/net/tcp.c
+++ b/src/net/tcp.c
@@ -1,4 +1,3 @@
-#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <assert.h>