From ee058362face43b47f72ee9178040a70ee415dba Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Fri, 24 Mar 2006 17:39:05 +0000 Subject: [PATCH] We don't need to know anything about ARP --- src/proto/tcp.c | 1 - 1 file changed, 1 deletion(-) 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 #include #include "uip/uip.h" -#include "uip/uip_arp.h" /** @file *