These header includes have been flagged by the iwyu_tool
and removed.
Signed-off-by: Sean Morrissey <sean.morrissey@intel.com>
---
lib/bpf/bpf.c | 4 ----
lib/bpf/bpf_exec.c | 6 ------
lib/bpf/bpf_jit_x86.c | 5 -----
lib/bpf/bpf_load.c | 8 --------
lib/bpf/bpf_pkt.c | 12 ------------
lib/bpf/bpf_validate.c | 3 ---
6 files changed, 38 deletions(-)
@@ -2,15 +2,11 @@
* 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_eal.h>
#include "bpf_impl.h"
@@ -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"
@@ -2,17 +2,12 @@
* Copyright(c) 2018 Intel Corporation
*/
-#include <stdarg.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"
@@ -2,20 +2,12 @@
* Copyright(c) 2018 Intel Corporation
*/
-#include <stdarg.h>
#include <stdio.h>
#include <string.h>
#include <errno.h>
#include <stdint.h>
-#include <unistd.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 <rte_errno.h>
#include "bpf_impl.h"
@@ -2,28 +2,16 @@
* Copyright(c) 2018 Intel Corporation
*/
-#include <stdarg.h>
#include <stdio.h>
#include <string.h>
#include <errno.h>
#include <stdint.h>
-#include <unistd.h>
-#include <inttypes.h>
-#include <sys/types.h>
-#include <sys/stat.h>
-#include <fcntl.h>
#include <sys/queue.h>
#include <rte_common.h>
-#include <rte_byteorder.h>
#include <rte_malloc.h>
#include <rte_log.h>
-#include <rte_debug.h>
-#include <rte_cycles.h>
-#include <rte_eal.h>
-#include <rte_per_lcore.h>
-#include <rte_lcore.h>
#include <rte_atomic.h>
#include <rte_mbuf.h>
#include <rte_ethdev.h>
@@ -2,7 +2,6 @@
* Copyright(c) 2018 Intel Corporation
*/
-#include <stdarg.h>
#include <stdio.h>
#include <string.h>
#include <errno.h>
@@ -10,8 +9,6 @@
#include <inttypes.h>
#include <rte_common.h>
-#include <rte_eal.h>
-#include <rte_byteorder.h>
#include "bpf_impl.h"