libbpf: Use local bpf_helpers.h include
authorTobias Böhm <tobias@aibor.de>
Tue, 2 Apr 2024 15:10:52 +0000 (17:10 +0200)
committerAndrii Nakryiko <andrii@kernel.org>
Tue, 2 Apr 2024 16:28:34 +0000 (09:28 -0700)
commit15ea39ad7e83af16480bbf20144fcc6edf4757f9
tree15c6baaf38cce92073869dad56108d7a1255a2e1
parentce09cbdd988887662546a1175bcfdfc6c8fdd150
libbpf: Use local bpf_helpers.h include

Commit 20d59ee55172fdf6 ("libbpf: add bpf_core_cast() macro") added a
bpf_helpers include in bpf_core_read.h as a system include. Usually, the
includes are local, though, like in bpf_tracing.h. This commit adjusts
the include to be local as well.

Signed-off-by: Tobias Böhm <tobias@aibor.de>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Link: https://lore.kernel.org/bpf/q5d5bgc6vty2fmaazd5e73efd6f5bhiru2le6fxn43vkw45bls@fhlw2s5ootdb
tools/lib/bpf/bpf_core_read.h