Skip to content

Commit 8cc8f42

Browse files
committed
Fix includes for BpfMap
1 parent ff427c2 commit 8cc8f42

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/core/bpf_map.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#include "bpf_map.h"
2-
#include "bpf_exception.h"
3-
#include "bpf_object.h"
1+
#include "core/bpf_map.h"
2+
#include "core/bpf_exception.h"
3+
#include "core/bpf_object.h"
44
#include <algorithm>
55
#include <cerrno>
66
#include <cstring>

0 commit comments

Comments
 (0)