]> git.droids-corp.org - dpdk.git/blobdiff - lib/fib/trie.c
eal: get/set thread affinity per thread identifier
[dpdk.git] / lib / fib / trie.c
index 044095bf03bd587f47f90c86c3d61f3d86461f6b..3e780afdaf60a63e9f351b0155fcb974d275e6dd 100644 (file)
@@ -4,16 +4,11 @@
  */
 
 #include <stdint.h>
-#include <stdlib.h>
 #include <stdio.h>
-#include <string.h>
-#include <inttypes.h>
 
 #include <rte_debug.h>
 #include <rte_malloc.h>
 #include <rte_errno.h>
-#include <rte_memory.h>
-#include <rte_vect.h>
 
 #include <rte_rib6.h>
 #include <rte_fib6.h>