summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-02-16 00:25:17 +0200
committerPaul Buetow <paul@buetow.org>2024-02-16 00:25:17 +0200
commit064c2499e887637e270a420a92e17f326c2ab268 (patch)
tree8662a0fcf1e10a4f940d0381d9a813c76bcdb792
parentcb70df2d4b17dd3d54d89a46e3aee22f3c131854 (diff)
remove not needed header
-rw-r--r--ioriotng.bpf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ioriotng.bpf.c b/ioriotng.bpf.c
index 3eaf160..5ca0cf2 100644
--- a/ioriotng.bpf.c
+++ b/ioriotng.bpf.c
@@ -4,7 +4,6 @@
#include "opids.h"
#include <bpf/bpf_helpers.h>
#include "maps.bpf.h"
-#include "ringbufs.bpf.h"
static inline int filter() {
u32 key = 1;