From: Michael Brown Date: Fri, 24 Mar 2006 17:39:05 +0000 (+0000) Subject: We don't need to know anything about ARP X-Git-Tag: v0.9.3~1523 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee058362face43b47f72ee9178040a70ee415dba;p=thirdparty%2Fipxe.git We don't need to know anything about ARP --- 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 #include #include "uip/uip.h" -#include "uip/uip_arp.h" /** @file *