aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMenglong Dong <[email protected]>2020-11-06 04:13:54 -0500
committerDaniel Borkmann <[email protected]>2020-11-10 00:01:31 +0100
commita10b4f9610431cf0d136530c12e48cba7c6391a4 (patch)
treebc49bce1be037b75e8406e72b6943f7992497888
parentf055f355faf1991ef4e6b3c3517f8f2fc247805e (diff)
samples/bpf: Remove duplicate include in hbm
The 'bpf/bpf.h' include in 'samples/bpf/hbm.c' is duplicated. Signed-off-by: Menglong Dong <[email protected]> Signed-off-by: Daniel Borkmann <[email protected]> Acked-by: John Fastabend <[email protected]> Link: https://lore.kernel.org/bpf/[email protected]
-rw-r--r--samples/bpf/hbm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/samples/bpf/hbm.c b/samples/bpf/hbm.c
index ff4c533dfac2..400e741a56eb 100644
--- a/samples/bpf/hbm.c
+++ b/samples/bpf/hbm.c
@@ -51,7 +51,6 @@
#include "cgroup_helpers.h"
#include "hbm.h"
#include "bpf_util.h"
-#include <bpf/bpf.h>
#include <bpf/libbpf.h>
bool outFlag = true;