diff options
| author | Michael Brown | 2006-12-05 22:16:52 +0100 |
|---|---|---|
| committer | Michael Brown | 2006-12-05 22:16:52 +0100 |
| commit | 28c711b91df7cf450ef427bbfb8b36c43fcc7db9 (patch) | |
| tree | 1a05d1e31444d04a31bce1dcceb31834dfebdc63 /src | |
| parent | Avoid calling NULL methods! (diff) | |
| download | ipxe-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.c | 1 |
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> |
