]> git.droids-corp.org - dpdk.git/blobdiff - lib/eal/common/eal_common_memzone.c
ip_frag: add IPv4 options fragment
[dpdk.git] / lib / eal / common / eal_common_memzone.c
index 9a0c5309ac7e2f5022e748965bcc10828873f7d3..860fb5fb6436fa82f0942029aff274e1c942f374 100644 (file)
@@ -2,20 +2,16 @@
  * Copyright(c) 2010-2014 Intel Corporation
  */
 
-#include <stdlib.h>
 #include <stdio.h>
 #include <stdint.h>
-#include <stdarg.h>
 #include <inttypes.h>
 #include <string.h>
 #include <errno.h>
-#include <sys/queue.h>
 
 #include <rte_log.h>
 #include <rte_memory.h>
 #include <rte_memzone.h>
 #include <rte_eal.h>
-#include <rte_per_lcore.h>
 #include <rte_errno.h>
 #include <rte_string_fns.h>
 #include <rte_common.h>