We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb82b60 commit ff427c2Copy full SHA for ff427c2
src/bindings/main.cpp
@@ -2,10 +2,6 @@
2
#define STRINGIFY(x) #x
3
#define MACRO_STRINGIFY(x) STRINGIFY(x)
4
5
-extern "C" {
6
-#include <libbpf.h>
7
-}
8
-
9
#include "core/bpf_exception.h"
10
#include "core/bpf_map.h"
11
#include "core/bpf_object.h"
0 commit comments