cleaned up includes a bit after IPv6 changes

This commit is contained in:
goldsimon
2016-02-29 09:27:59 +01:00
parent 70f3e5ed05
commit fa16ee8dcb
3 changed files with 4 additions and 9 deletions

View File

@@ -47,15 +47,11 @@
#if LWIP_ARP || LWIP_ETHERNET
#include "lwip/ip_addr.h"
#include "lwip/def.h"
#include "lwip/ip.h"
#include "netif/etharp.h"
#include "lwip/stats.h"
#include "lwip/snmp.h"
#include "lwip/dhcp.h"
#include "lwip/autoip.h"
#include "netif/etharp.h"
#include "lwip/ip6.h"
#include <string.h>