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 8107c43671
commit 817e256db3
18 changed files with 19 additions and 19 deletions

View File

@@ -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) && \