Skip to content

Commit 4b21134

Browse files
Jiapeng ChongAlexei Starovoitov
authored andcommitted
bpftool: Remove duplicate string.h header
./tools/bpf/bpftool/sign.c: string.h is included more than once. Reported-by: Abaci Robot <[email protected]> Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=25502 Signed-off-by: Jiapeng Chong <[email protected]> Acked-by: Quentin Monnet <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Alexei Starovoitov <[email protected]>
1 parent 87608c2 commit 4b21134

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/bpf/bpftool/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)