drivers/net: remove duplicated includes
authorThomas Monjalon <thomas@monjalon.net>
Mon, 16 Apr 2018 10:32:15 +0000 (12:32 +0200)
committerFerruh Yigit <ferruh.yigit@intel.com>
Fri, 27 Apr 2018 14:54:55 +0000 (15:54 +0100)
Duplicated includes are found with devtools/check-dup-includes.sh

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
drivers/net/axgbe/axgbe_common.h
drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c

index 97a80f5..d25d54c 100644 (file)
@@ -34,7 +34,6 @@
 #include <rte_ethdev.h>
 #include <rte_dev.h>
 #include <rte_errno.h>
-#include <rte_dev.h>
 #include <rte_ethdev_pci.h>
 #include <rte_common.h>
 #include <rte_cycles.h>
index ad6ce72..d26e782 100644 (file)
@@ -23,7 +23,6 @@
 #include <stdbool.h>
 #include <fcntl.h>
 #include <string.h>
-#include <unistd.h>
 #include <errno.h>
 #include <dirent.h>
 #include <libgen.h>