summaryrefslogtreecommitdiff
path: root/apps/nshlib/nsh_netcmds.c
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-07-04 16:58:22 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-07-04 16:58:22 -0600
commit9359459245f11e94dee418e424e44f598bc04039 (patch)
tree8edf2f7f4d1f3198e0e6d950f91cb1733ad07091 /apps/nshlib/nsh_netcmds.c
parentbacbd652c7f3c2b20fa91f339976847074307d5e (diff)
downloadnuttx-9359459245f11e94dee418e424e44f598bc04039.tar.gz
nuttx-9359459245f11e94dee418e424e44f598bc04039.tar.bz2
nuttx-9359459245f11e94dee418e424e44f598bc04039.zip
Remove all inclusion of uip.h
Diffstat (limited to 'apps/nshlib/nsh_netcmds.c')
-rw-r--r--apps/nshlib/nsh_netcmds.c5
1 files changed, 0 insertions, 5 deletions
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 <nuttx/net/net.h>
#include <nuttx/clock.h>
-#include <nuttx/net/uip.h>
#include <nuttx/net/netdev.h>
#include <nuttx/net/netstats.h>
-#ifdef CONFIG_NET_STATISTICS
-# include <nuttx/net/uip.h>
-#endif
-
#if defined(CONFIG_NET_ICMP) && defined(CONFIG_NET_ICMP_PING) && \
!defined(CONFIG_DISABLE_CLOCK) && !defined(CONFIG_DISABLE_SIGNALS)
# include <apps/netutils/netlib.h>