Skip to content

Commit 66fec80

Browse files
wb-zjp846396qmonnet
authored andcommitted
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>
1 parent 865da8c commit 66fec80

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/sign.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
#include <stdint.h>
1212
#include <stdbool.h>
1313
#include <string.h>
14-
#include <string.h>
1514
#include <getopt.h>
1615
#include <err.h>
1716
#include <openssl/opensslv.h>

0 commit comments

Comments
 (0)