From 8e1975393114d786b3699f926a416c3945ec3dfd Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 3 Mar 2012 23:18:34 +0000 Subject: Move all non-standard, NuttX header files into include/nuttx/net git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4450 42af7a65-404d-4744-a932-0658087f49c3 --- apps/nshlib/nsh_netcmds.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'apps/nshlib/nsh_netcmds.c') diff --git a/apps/nshlib/nsh_netcmds.c b/apps/nshlib/nsh_netcmds.c index 04d10b1e1..7aec60994 100644 --- a/apps/nshlib/nsh_netcmds.c +++ b/apps/nshlib/nsh_netcmds.c @@ -52,15 +52,15 @@ #include /* Needed for basename */ #include -#include +#include #include #include -#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