Move etharp to core/ipv4, which is a more appropriate place for it

This commit is contained in:
Dirk Ziegelmeier
2016-07-19 09:29:51 +02:00
parent 06c7404461
commit 7037b340c1
16 changed files with 168 additions and 165 deletions

View File

@@ -42,7 +42,7 @@
#include "lwip/stats.h"
#include "lwip/netif.h"
#include "lwip/ip.h"
#include "netif/etharp.h"
#include "lwip/etharp.h"
#if LWIP_SNMP && SNMP_LWIP_MIB2