]> git.droids-corp.org - dpdk.git/blobdiff - lib/bpf/bpf_exec.c
avoid AltiVec keyword vector
[dpdk.git] / lib / bpf / bpf_exec.c
index b921112feb3a700f580e3cf6f8c51d44fdab61ed..09f4a9a5719e871396b831ef39c4f7dabb90bb33 100644 (file)
@@ -2,18 +2,12 @@
  * Copyright(c) 2018 Intel Corporation
  */
 
-#include <stdarg.h>
 #include <stdio.h>
-#include <string.h>
-#include <errno.h>
 #include <stdint.h>
-#include <inttypes.h>
 
 #include <rte_common.h>
 #include <rte_log.h>
 #include <rte_debug.h>
-#include <rte_memory.h>
-#include <rte_eal.h>
 #include <rte_byteorder.h>
 
 #include "bpf_impl.h"