From 2399e0d1f94d9ac375ec43ee728124cd2c137915 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 24 Jun 2014 10:14:15 -0600 Subject: Move the remaining files from include/nuttx/net/uip to include/nuttx/net; Rename *_internal.h header files in net/ to just *.h --- apps/nshlib/nsh_netcmds.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/nshlib') 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 #include -#include +#include #include #ifdef CONFIG_NET_STATISTICS -# include +# include #endif #if defined(CONFIG_NET_ICMP) && defined(CONFIG_NET_ICMP_PING) && \ -- cgit v1.2.3