Skip to content

Commit

Permalink
bpf/selftests: test_select_reuseport_kern: remove unused header
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
Tropicao authored and Kernel Patches Daemon committed Feb 27, 2025
1 parent 3ad8095 commit 2d3232f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// SPDX-License-Identifier: GPL-2.0
/* Copyright (c) 2018 Facebook */

#include <stdlib.h>
#include <linux/in.h>
#include <linux/ip.h>
#include <linux/ipv6.h>
Expand Down

0 comments on commit 2d3232f

Please sign in to comment.