From 9359459245f11e94dee418e424e44f598bc04039 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 4 Jul 2014 16:58:22 -0600 Subject: Remove all inclusion of uip.h --- apps/nshlib/nsh_netcmds.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'apps/nshlib') diff --git a/apps/nshlib/nsh_netcmds.c b/apps/nshlib/nsh_netcmds.c index 92aa7a0a5..c5834f55c 100644 --- a/apps/nshlib/nsh_netcmds.c +++ b/apps/nshlib/nsh_netcmds.c @@ -59,14 +59,9 @@ #include #include -#include #include #include -#ifdef CONFIG_NET_STATISTICS -# include -#endif - #if defined(CONFIG_NET_ICMP) && defined(CONFIG_NET_ICMP_PING) && \ !defined(CONFIG_DISABLE_CLOCK) && !defined(CONFIG_DISABLE_SIGNALS) # include -- cgit v1.2.3