diff --git a/pkg/ebpf/c/tracee.bpf.c b/pkg/ebpf/c/tracee.bpf.c index 25ab3437f97b..f6d89ccef9c0 100644 --- a/pkg/ebpf/c/tracee.bpf.c +++ b/pkg/ebpf/c/tracee.bpf.c @@ -11,30 +11,30 @@ #undef container_of #include +#include #include #include -#include #include #include -#include "common/arch.h" -#include "common/arguments.h" -#include "common/binprm.h" -#include "common/buffer.h" -#include "common/cgroups.h" -#include "common/common.h" -#include "common/consts.h" -#include "common/context.h" -#include "common/filesystem.h" -#include "common/filtering.h" -#include "common/kconfig.h" -#include "common/ksymbols.h" -#include "common/logging.h" -#include "common/memory.h" -#include "common/network.h" -#include "common/probes.h" -#include "common/bpf_prog.h" +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include char LICENSE[] SEC("license") = "GPL";