]> git.droids-corp.org - dpdk.git/blobdiff - lib/eal/common/eal_common_memory.c
sched: move grinder configuration
[dpdk.git] / lib / eal / common / eal_common_memory.c
index 88517fd69e348fdad3426bdb78b7a83aac97dc6b..688dc615d74bed23fe88c8f4c292810196e90388 100644 (file)
@@ -2,16 +2,12 @@
  * Copyright(c) 2010-2014 Intel Corporation
  */
 
-#include <fcntl.h>
 #include <errno.h>
 #include <stdio.h>
 #include <stdint.h>
 #include <stdlib.h>
-#include <stdarg.h>
 #include <string.h>
-#include <unistd.h>
 #include <inttypes.h>
-#include <sys/queue.h>
 
 #include <rte_fbarray.h>
 #include <rte_memory.h>