]> git.droids-corp.org - dpdk.git/commitdiff
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 97a80f595c93be2d838bc57961700fbe3da2ee96..d25d54cac7ec2860edec9eaada8ab05ce0594eba 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 ad6ce72fe269e327693ff2c94d5b5404cdb64c6f..d26e782bb9721765d975ac740c9615b0eab56cbc 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>