diff options
author | Michael Brown <mcb30@etherboot.org> | 2006-03-24 17:39:05 +0000 |
---|---|---|
committer | Michael Brown <mcb30@etherboot.org> | 2006-03-24 17:39:05 +0000 |
commit | ee058362face43b47f72ee9178040a70ee415dba (patch) | |
tree | 13d492dea55037b655eb9eaa7c297c783d4ca177 /src/proto | |
parent | 90892d5ec73faada6a90537122e15f7db596a1d5 (diff) | |
download | ipxe-ee058362face43b47f72ee9178040a70ee415dba.tar.gz |
We don't need to know anything about ARP
Diffstat (limited to 'src/proto')
-rw-r--r-- | src/proto/tcp.c | 1 |
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 * |