Skip to content

Commit a10b4f9

Browse files
Menglong Dongborkmann
authored andcommitted
samples/bpf: Remove duplicate include in hbm
The 'bpf/bpf.h' include in 'samples/bpf/hbm.c' is duplicated. Signed-off-by: Menglong Dong <dong.menglong@zte.com.cn> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net> Acked-by: John Fastabend <john.fastabend@gmail.com> Link: https://lore.kernel.org/bpf/1604654034-52821-1-git-send-email-dong.menglong@zte.com.cn
1 parent f055f35 commit a10b4f9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

samples/bpf/hbm.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@
5151
#include "cgroup_helpers.h"
5252
#include "hbm.h"
5353
#include "bpf_util.h"
54-
#include <bpf/bpf.h>
5554
#include <bpf/libbpf.h>
5655

5756
bool outFlag = true;

0 commit comments

Comments
 (0)