Skip to content

Commit 7d0b43b

Browse files
Jiapeng ChongMartin KaFai Lau
authored andcommitted
selftest/bpf/benchs: Remove duplicate sys/types.h header
./tools/testing/selftests/bpf/benchs/bench_sockmap.c: sys/types.h is included more than once. Reported-by: Abaci Robot <[email protected]> Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=20436 Signed-off-by: Jiapeng Chong <[email protected]> Signed-off-by: Martin KaFai Lau <[email protected]> Link: https://patch.msgid.link/[email protected]
1 parent a27a97f commit 7d0b43b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/testing/selftests/bpf/benchs/bench_sockmap.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
#include <error.h>
44
#include <sys/types.h>
55
#include <sys/socket.h>
6-
#include <sys/types.h>
76
#include <netinet/in.h>
87
#include <sys/sendfile.h>
98
#include <arpa/inet.h>

0 commit comments

Comments
 (0)