]> git.droids-corp.org - dpdk.git/blobdiff - lib/eal/linux/eal_hugepage_info.c
cryptodev: fix RSA key type name
[dpdk.git] / lib / eal / linux / eal_hugepage_info.c
index ec172ef4b87dc41ddc9cab3c02d3141ad5cafc9f..a1b6cb31ff1a9dcdf4d6ad1e7eeeafef31527bcd 100644 (file)
@@ -3,7 +3,6 @@
  */
 
 #include <string.h>
-#include <sys/types.h>
 #include <sys/file.h>
 #include <dirent.h>
 #include <fcntl.h>
 #include <stdio.h>
 #include <fnmatch.h>
 #include <inttypes.h>
-#include <stdarg.h>
 #include <unistd.h>
 #include <errno.h>
 #include <sys/mman.h>
-#include <sys/queue.h>
 #include <sys/stat.h>
 
 #include <linux/mman.h> /* for hugetlb-related flags */
 
-#include <rte_memory.h>
-#include <rte_eal.h>
-#include <rte_launch.h>
-#include <rte_per_lcore.h>
 #include <rte_lcore.h>
 #include <rte_debug.h>
 #include <rte_log.h>