build: remove redundant config include
[dpdk.git] / buildtools / pmdinfogen / pmdinfogen.h
index 27bab30..160867b 100644 (file)
@@ -24,7 +24,6 @@
 #include <fcntl.h>
 #include <unistd.h>
 #include <elf.h>
-#include <rte_config.h>
 #include <rte_pci.h>
 
 /* On BSD-alike OSes elf.h defines these according to host's word size */
@@ -122,4 +121,3 @@ struct elf_info {
 
        struct pmd_driver *drivers;
 };
-