From 04fa01992ad88ea8e9cd05e7cbb9f81087b23aff Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 16 Feb 2024 01:56:13 +0200 Subject: move some files to internal types --- ioriotng.bpf.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ioriotng.bpf.c') diff --git a/ioriotng.bpf.c b/ioriotng.bpf.c index a4785da..1b64ee4 100644 --- a/ioriotng.bpf.c +++ b/ioriotng.bpf.c @@ -1,9 +1,9 @@ //+build ignore -#include "vmlinux.h" +#include "internal/types/vmlinux.h" #include -#include "types.bpf.h" -#include "maps.bpf.h" +#include "internal/types/types.bpf.h" +#include "internal/types/maps.bpf.h" static inline int filter() { u32 key = 1; -- cgit v1.2.3