Skip to content

Commit ff427c2

Browse files
committed
Fix includes for bindings
1 parent fb82b60 commit ff427c2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/bindings/main.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
#define STRINGIFY(x) #x
33
#define MACRO_STRINGIFY(x) STRINGIFY(x)
44

5-
extern "C" {
6-
#include <libbpf.h>
7-
}
8-
95
#include "core/bpf_exception.h"
106
#include "core/bpf_map.h"
117
#include "core/bpf_object.h"

0 commit comments

Comments
 (0)