summaryrefslogtreecommitdiffstats
path: root/src/proto
diff options
context:
space:
mode:
authorMichael Brown2006-03-24 18:39:05 +0100
committerMichael Brown2006-03-24 18:39:05 +0100
commitee058362face43b47f72ee9178040a70ee415dba (patch)
tree13d492dea55037b655eb9eaa7c297c783d4ca177 /src/proto
parentAllow specifying the local IP address via --from. (diff)
downloadipxe-ee058362face43b47f72ee9178040a70ee415dba.tar.gz
ipxe-ee058362face43b47f72ee9178040a70ee415dba.tar.xz
ipxe-ee058362face43b47f72ee9178040a70ee415dba.zip
We don't need to know anything about ARP
Diffstat (limited to 'src/proto')
-rw-r--r--src/proto/tcp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/proto/tcp.c b/src/proto/tcp.c
index e12fff7c..0010f64f 100644
--- a/src/proto/tcp.c
+++ b/src/proto/tcp.c
@@ -3,7 +3,6 @@
#include <byteswap.h>
#include <gpxe/tcp.h>
#include "uip/uip.h"
-#include "uip/uip_arp.h"
/** @file
*