]> git.droids-corp.org - dpdk.git/blobdiff - lib/bpf/bpf.c
common/cnxk: fix null pointer dereference
[dpdk.git] / lib / bpf / bpf.c
index 0caad2a8f0be3460cfc68f26005e7ffd245885ee..1e1dd42a589fce5fcc5c92eb81badf7e04395077 100644 (file)
@@ -2,15 +2,11 @@
  * Copyright(c) 2018 Intel Corporation
  */
 
  * Copyright(c) 2018 Intel Corporation
  */
 
-#include <stdarg.h>
 #include <stdio.h>
 #include <stdio.h>
-#include <string.h>
 #include <errno.h>
 #include <stdint.h>
 #include <errno.h>
 #include <stdint.h>
-#include <inttypes.h>
 
 #include <rte_common.h>
 
 #include <rte_common.h>
-#include <rte_eal.h>
 
 #include "bpf_impl.h"
 
 
 #include "bpf_impl.h"