]> git.droids-corp.org - dpdk.git/blobdiff - lib/eal/common/eal_common_tailqs.c
ip_frag: add IPv4 options fragment
[dpdk.git] / lib / eal / common / eal_common_tailqs.c
index ead06897b88bf06e81f28e5dc589788882bf3eea..580fbf24bc87f8c2d0157b2adb265661568a707f 100644 (file)
@@ -3,24 +3,13 @@
  */
 
 #include <sys/queue.h>
-#include <stdint.h>
-#include <errno.h>
 #include <stdio.h>
-#include <stdarg.h>
 #include <string.h>
-#include <inttypes.h>
 
-#include <rte_memory.h>
-#include <rte_launch.h>
 #include <rte_eal.h>
 #include <rte_eal_memconfig.h>
-#include <rte_per_lcore.h>
-#include <rte_lcore.h>
-#include <rte_atomic.h>
-#include <rte_branch_prediction.h>
 #include <rte_log.h>
 #include <rte_string_fns.h>
-#include <rte_debug.h>
 
 #include "eal_private.h"
 #include "eal_memcfg.h"