Move the remaining files from include/nuttx/net/uip to include/nuttx/net; Rename *_internal.h header files in net/ to just *.h

This commit is contained in:
Gregory Nutt
2014-06-24 10:14:15 -06:00
parent 37646044ac
commit 5d1f8180d4
128 changed files with 238 additions and 238 deletions
+1 -1
View File
@@ -45,7 +45,7 @@
#include <nuttx/net/netdev.h>
#include "net_internal.h"
#include "net.h"
#include "net_route.h"
#if defined(CONFIG_NET) && defined(CONFIG_NET_ROUTE)