Skip to content

Commit 8f4a9c4

Browse files
mhilsk8s-ci-robot
authored andcommitted
bpf: reorder includes
1 parent 4de823a commit 8f4a9c4

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

internal/pkg/daemon/enricher/auditsource/bpf/enricher.bpf.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1+
#include <vmlinux.h>
2+
#include <linux/limits.h>
13
#include <bpf/bpf_core_read.h>
24
#include <bpf/bpf_helpers.h>
35
#include <bpf/bpf_tracing.h>
4-
#include <linux/limits.h>
5-
#include <vmlinux.h>
66

77
char LICENSE[] SEC("license") = "Dual BSD/GPL";
88

Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)