Commit 4b211341 authored by Jiapeng Chong's avatar Jiapeng Chong Committed by Alexei Starovoitov
Browse files

bpftool: Remove duplicate string.h header

parent 87608c2a
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -11,7 +11,6 @@
#include <stdint.h>
#include <stdbool.h>
#include <string.h>
#include <string.h>
#include <getopt.h>
#include <err.h>
#include <openssl/opensslv.h>