bpftool: Remove duplicate string.h header
authorJiapeng Chong <jiapeng.chong@linux.alibaba.com>
Fri, 26 Sep 2025 09:52:40 +0000 (17:52 +0800)
committerAlexei Starovoitov <ast@kernel.org>
Sat, 27 Sep 2025 11:23:15 +0000 (04:23 -0700)
commit4b2113413e76213cb36e30e6d5299208254d9369
tree7fe3e248118eb8b1e9382d18ae65b2300071e85d
parent87608c2a7718dcac5deef801fb3c18cf36fb0233
bpftool: Remove duplicate string.h header

./tools/bpf/bpftool/sign.c: string.h is included more than once.

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=25502
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
Acked-by: Quentin Monnet <qmo@kernel.org>
Link: https://lore.kernel.org/r/20250926095240.3397539-2-jiapeng.chong@linux.alibaba.com
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
tools/bpf/bpftool/sign.c