summaryrefslogtreecommitdiff
path: root/apps/nshlib
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-06-24 10:14:15 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-06-24 10:14:15 -0600
commit2399e0d1f94d9ac375ec43ee728124cd2c137915 (patch)
tree53a356248d4efa61e643852cad4e18dd5b634483 /apps/nshlib
parent47b78f32cc766651d93c79d1edbf61876d419bad (diff)
downloadnuttx-2399e0d1f94d9ac375ec43ee728124cd2c137915.tar.gz
nuttx-2399e0d1f94d9ac375ec43ee728124cd2c137915.tar.bz2
nuttx-2399e0d1f94d9ac375ec43ee728124cd2c137915.zip
Move the remaining files from include/nuttx/net/uip to include/nuttx/net; Rename *_internal.h header files in net/ to just *.h
Diffstat (limited to 'apps/nshlib')
-rw-r--r--apps/nshlib/nsh_netcmds.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/nshlib/nsh_netcmds.c b/apps/nshlib/nsh_netcmds.c
index b8e90b933..8ceadd182 100644
--- a/apps/nshlib/nsh_netcmds.c
+++ b/apps/nshlib/nsh_netcmds.c
@@ -59,11 +59,11 @@
#include <nuttx/net/net.h>
#include <nuttx/clock.h>
-#include <nuttx/net/uip/uip.h>
+#include <nuttx/net/uip.h>
#include <nuttx/net/netdev.h>
#ifdef CONFIG_NET_STATISTICS
-# include <nuttx/net/uip/uip.h>
+# include <nuttx/net/uip.h>
#endif
#if defined(CONFIG_NET_ICMP) && defined(CONFIG_NET_ICMP_PING) && \