From 86dc53b72a4ae73d37fbb5f6514c294547a75dd7 Mon Sep 17 00:00:00 2001 From: fbernon Date: Tue, 16 Oct 2007 07:11:35 +0000 Subject: [PATCH] Minor change (coding style, #if/#endif to include icmp.h is not necessary) --- src/core/ipv4/ip_frag.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/core/ipv4/ip_frag.c b/src/core/ipv4/ip_frag.c index 374c15f6..23e1de8f 100644 --- a/src/core/ipv4/ip_frag.c +++ b/src/core/ipv4/ip_frag.c @@ -44,9 +44,7 @@ #include "lwip/netif.h" #include "lwip/snmp.h" #include "lwip/stats.h" -#if LWIP_ICMP #include "lwip/icmp.h" -#endif /* LWIP_ICMP */ #include