Skip to content

Commit 0b93631

Browse files
TropicaoMartin KaFai Lau
authored andcommitted
bpf/selftests: test_select_reuseport_kern: Remove unused header
test_select_reuseport_kern.c is currently including <stdlib.h>, but it does not use any definition from there. Remove stdlib.h inclusion from test_select_reuseport_kern.c Signed-off-by: Alexis Lothoré (eBPF Foundation) <[email protected]> Signed-off-by: Martin KaFai Lau <[email protected]> Link: https://patch.msgid.link/[email protected]
1 parent e4d68c0 commit 0b93631

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/testing/selftests/bpf/progs/test_select_reuseport_kern.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// SPDX-License-Identifier: GPL-2.0
22
/* Copyright (c) 2018 Facebook */
33

4-
#include <stdlib.h>
54
#include <linux/in.h>
65
#include <linux/ip.h>
76
#include <linux/ipv6.h>

0 commit comments

Comments
 (0)