[PATCH] samples/bpf: remove duplicate include

From: menglong8 . dong
Date: Fri Nov 06 2020 - 04:14:46 EST


From: Menglong Dong <dong.menglong@xxxxxxxxxx>

Obviously, 'bpf/bpf.h' in 'samples/bpf/hbm.c' is duplicated.

Signed-off-by: Menglong Dong <dong.menglong@xxxxxxxxxx>
---
samples/bpf/hbm.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/samples/bpf/hbm.c b/samples/bpf/hbm.c
index ff4c533..400e741 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;
--
2.7.4