net/: Remove the unnecessary arp.h inclusion

This commit is contained in:
Xiang Xiao
2018-11-09 14:01:12 -06:00
committed by Gregory Nutt
parent 9711f6c668
commit eb31dc69ac
6 changed files with 0 additions and 6 deletions
-1
View File
@@ -52,7 +52,6 @@
#include <net/ethernet.h>
#include <nuttx/net/netconfig.h>
#include <nuttx/net/netdev.h>
#include <nuttx/net/arp.h>
#include <nuttx/net/bluetooth.h>
#include "utils/utils.h"