Minor change (coding style, #if/#endif to include icmp.h is not necessary)

This commit is contained in:
fbernon 2007-10-16 07:11:35 +00:00
parent 649d43c2c5
commit 86dc53b72a

View File

@ -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 <string.h>