Remove all inclusion of uip.h

This commit is contained in:
Gregory Nutt
2014-07-04 16:58:22 -06:00
parent 97d6f97df7
commit 069c43a5dd
18 changed files with 0 additions and 23 deletions

View File

@@ -59,14 +59,9 @@
#include <nuttx/net/net.h>
#include <nuttx/clock.h>
#include <nuttx/net/uip.h>
#include <nuttx/net/netdev.h>
#include <nuttx/net/netstats.h>
#ifdef CONFIG_NET_STATISTICS
# include <nuttx/net/uip.h>
#endif
#if defined(CONFIG_NET_ICMP) && defined(CONFIG_NET_ICMP_PING) && \
!defined(CONFIG_DISABLE_CLOCK) && !defined(CONFIG_DISABLE_SIGNALS)
# include <apps/netutils/netlib.h>