From 2c1fbe7342c199ae8e1dc063e36e46916e8fcd49 Mon Sep 17 00:00:00 2001 From: "Sharmila Palani (from Dev Box)" Date: Wed, 28 Aug 2024 11:22:23 -0700 Subject: [PATCH] Removed header not needed --- libs/api_common/windows_platform_common.cpp | 1 - libs/api_common/windows_program_type.h | 1 - libs/runtime/unit/platform_unit_test.cpp | 1 - tests/end_to_end/helpers.h | 1 - 4 files changed, 4 deletions(-) diff --git a/libs/api_common/windows_platform_common.cpp b/libs/api_common/windows_platform_common.cpp index 83b566941f..f4e6942f34 100644 --- a/libs/api_common/windows_platform_common.cpp +++ b/libs/api_common/windows_platform_common.cpp @@ -10,7 +10,6 @@ #include "ebpf_protocol.h" #include "ebpf_serialize.h" #include "ebpf_store_helper.h" -#include "ebpf_xdp_test_hooks.h" #include "helpers.hpp" #include "map_descriptors.hpp" #include "platform.hpp" diff --git a/libs/api_common/windows_program_type.h b/libs/api_common/windows_program_type.h index 77c4773f0a..4c5e7f996a 100644 --- a/libs/api_common/windows_program_type.h +++ b/libs/api_common/windows_program_type.h @@ -6,7 +6,6 @@ #include "crab_verifier_wrapper.hpp" #include "ebpf_nethooks.h" #include "ebpf_program_types.h" -#include "ebpf_xdp_test_hooks.h" #define PTYPE(name, descr, native_type, prefixes) \ { \ diff --git a/libs/runtime/unit/platform_unit_test.cpp b/libs/runtime/unit/platform_unit_test.cpp index 70f8ec9b74..3ffbfbc9ab 100644 --- a/libs/runtime/unit/platform_unit_test.cpp +++ b/libs/runtime/unit/platform_unit_test.cpp @@ -18,7 +18,6 @@ #include "ebpf_serialize.h" #include "ebpf_state.h" #include "ebpf_work_queue.h" -#include "ebpf_xdp_test_hooks.h" #include "helpers.h" #include "kissfft.hh" diff --git a/tests/end_to_end/helpers.h b/tests/end_to_end/helpers.h index 1946afba6d..c4426dc955 100644 --- a/tests/end_to_end/helpers.h +++ b/tests/end_to_end/helpers.h @@ -7,7 +7,6 @@ #include "ebpf_nethooks.h" #include "ebpf_platform.h" #include "ebpf_program_types.h" -#include "ebpf_xdp_test_hooks.h" #include "net_ebpf_ext_program_info.h" #include "sample_ext_program_info.h" #include "usersim/ke.h"