Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

selftests/bpf: Remove duplicated include in cgroup_helpers

Fix following checkincludes.pl warning:
./scripts/checkincludes.pl tools/testing/selftests/bpf/cgroup_helpers.c
tools/testing/selftests/bpf/cgroup_helpers.c: unistd.h is included more
than once.

Signed-off-by: Wan Jiabing <wanjiabing@vivo.com>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Acked-by: John Fastabend <john.fastabend@gmail.com>
Link: https://lore.kernel.org/bpf/20211012023231.19911-1-wanjiabing@vivo.com

authored by

Wan Jiabing and committed by
Andrii Nakryiko
b8f49dce 5f52d47c

-1
-1
tools/testing/selftests/bpf/cgroup_helpers.c
··· 11 11 #include <fcntl.h> 12 12 #include <unistd.h> 13 13 #include <ftw.h> 14 - #include <unistd.h> 15 14 16 15 #include "cgroup_helpers.h" 17 16