diff options
| author | Paul Buetow <paul@buetow.org> | 2024-02-16 00:25:17 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-02-16 00:25:17 +0200 |
| commit | 064c2499e887637e270a420a92e17f326c2ab268 (patch) | |
| tree | 8662a0fcf1e10a4f940d0381d9a813c76bcdb792 | |
| parent | cb70df2d4b17dd3d54d89a46e3aee22f3c131854 (diff) | |
remove not needed header
| -rw-r--r-- | ioriotng.bpf.c | 1 |
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; |
