From: Ian Rogers Date: Fri, 15 May 2020 16:50:02 +0000 (-0700) Subject: libbpf, hashmap: Remove unused #include X-Git-Tag: v5.8-rc1~165^2~130^2~28 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=f516acd5397fdbb77ef0aad0798d9ef7c3001d72;p=linux-2.6-block.git 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 Signed-off-by: Daniel Borkmann Acked-by: Andrii Nakryiko Link: https://lore.kernel.org/bpf/20200515165007.217120-3-irogers@google.com --- diff --git a/tools/lib/bpf/hashmap.h b/tools/lib/bpf/hashmap.h index bae8879cdf58..e823b35e7371 100644 --- a/tools/lib/bpf/hashmap.h +++ b/tools/lib/bpf/hashmap.h @@ -15,7 +15,6 @@ #else #include #endif -#include "libbpf_internal.h" static inline size_t hash_bits(size_t h, int bits) {