arp: Remove the unnecessary inclusion of nuttx/net/arp

and change the remain inclusion to netinet/arp.h

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao
2022-12-15 18:57:43 +08:00
committed by Petro Karashchenko
parent 9884159346
commit cfc005a460
14 changed files with 7 additions and 28 deletions

View File

@@ -30,10 +30,9 @@
#include <string.h>
#include <errno.h>
#include <netinet/arp.h>
#include <netpacket/netlink.h>
#include <nuttx/net/arp.h>
#include "netutils/netlib.h"
#if defined(CONFIG_NET_ARP) && defined(CONFIG_NETLINK_ROUTE)