diff options
-rw-r--r-- | tools/perf/examples/bpf/augmented_raw_syscalls.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/perf/examples/bpf/augmented_raw_syscalls.c b/tools/perf/examples/bpf/augmented_raw_syscalls.c index 2feb00018f79..ec109c12ff24 100644 --- a/tools/perf/examples/bpf/augmented_raw_syscalls.c +++ b/tools/perf/examples/bpf/augmented_raw_syscalls.c @@ -16,7 +16,6 @@ #include <stdio.h> #include <unistd.h> -#include <linux/socket.h> /* bpf-output associated map */ struct bpf_map SEC("maps") __augmented_syscalls__ = { |