bpf/selftests: test_select_reuseport_kern: Remove unused header
authorAlexis Lothoré (eBPF Foundation) <alexis.lothore@bootlin.com>
Thu, 27 Feb 2025 14:08:23 +0000 (15:08 +0100)
committerAlexei Starovoitov <ast@kernel.org>
Sat, 15 Mar 2025 18:48:25 +0000 (11:48 -0700)
commit93cf4e537ed0c5bd9ba6cbdb2c33864547c1442f
treeb39bed4fab3ad7da84f62dea3a5a41721ecc8af4
parent2222aa1c899704c444e305890ef5527ed5a1d5ea
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) <alexis.lothore@bootlin.com>
Signed-off-by: Martin KaFai Lau <martin.lau@kernel.org>
Link: https://patch.msgid.link/20250227-remove_wrong_header-v1-1-bc94eb4e2f73@bootlin.com
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
tools/testing/selftests/bpf/progs/test_select_reuseport_kern.c