aboutsummaryrefslogtreecommitdiffstats
path: root/src/proto
diff options
context:
space:
mode:
authorMichael Brown <mcb30@etherboot.org>2006-03-24 17:39:05 +0000
committerMichael Brown <mcb30@etherboot.org>2006-03-24 17:39:05 +0000
commitee058362face43b47f72ee9178040a70ee415dba (patch)
tree13d492dea55037b655eb9eaa7c297c783d4ca177 /src/proto
parent90892d5ec73faada6a90537122e15f7db596a1d5 (diff)
downloadipxe-ee058362face43b47f72ee9178040a70ee415dba.tar.gz
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 e12fff7cc..0010f64f0 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
*