From ff427c2e61c48bcdb94311a3cb8d84a18142905f Mon Sep 17 00:00:00 2001 From: Pragyansh Chaturvedi Date: Mon, 20 Oct 2025 06:07:57 +0530 Subject: [PATCH] Fix includes for bindings --- src/bindings/main.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/bindings/main.cpp b/src/bindings/main.cpp index 88b718c..023215c 100644 --- a/src/bindings/main.cpp +++ b/src/bindings/main.cpp @@ -2,10 +2,6 @@ #define STRINGIFY(x) #x #define MACRO_STRINGIFY(x) STRINGIFY(x) -extern "C" { -#include -} - #include "core/bpf_exception.h" #include "core/bpf_map.h" #include "core/bpf_object.h"