mirror of
https://github.com/netdata/libbpf.git
synced 2026-04-03 23:29:06 +08:00
libbpf, hashmap: Remove unused #include
Remove #include of libbpf_internal.h that is unused. Discussed in this thread: https://lore.kernel.org/lkml/CAEf4BzZRmiEds_8R8g4vaAeWvJzPb4xYLnpF0X2VNY8oTzkphQ@mail.gmail.com/ Signed-off-by: Ian Rogers <irogers@google.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net> Acked-by: Andrii Nakryiko <andriin@fb.com> Link: https://lore.kernel.org/bpf/20200515165007.217120-3-irogers@google.com
This commit is contained in:
committed by
Andrii Nakryiko
parent
d8fdd1e848
commit
a00d463bb9
@@ -15,7 +15,6 @@
|
|||||||
#else
|
#else
|
||||||
#include <bits/reg.h>
|
#include <bits/reg.h>
|
||||||
#endif
|
#endif
|
||||||
#include "libbpf_internal.h"
|
|
||||||
|
|
||||||
static inline size_t hash_bits(size_t h, int bits)
|
static inline size_t hash_bits(size_t h, int bits)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user