aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMenglong Dong <[email protected]>2021-01-05 07:20:47 -0800
committerAlexei Starovoitov <[email protected]>2021-01-08 13:39:40 -0800
commit9a8120a8d7eb872da43e61d598c226f0d6b7ce5f (patch)
tree026a8f3413139f41078003458ae430d355970856
parentbe9df4aff65f18caa79b35f88f42c3d5a43af14f (diff)
selftests/bpf: Remove duplicate include in test_lsm
'unistd.h' included in 'selftests/bpf/prog_tests/test_lsm.c' is duplicated. Signed-off-by: Menglong Dong <[email protected]> Signed-off-by: Andrii Nakryiko <[email protected]> Acked-by: Martin KaFai Lau <[email protected]> Link: https://lore.kernel.org/bpf/[email protected] Signed-off-by: Alexei Starovoitov <[email protected]>
-rw-r--r--tools/testing/selftests/bpf/prog_tests/test_lsm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/testing/selftests/bpf/prog_tests/test_lsm.c b/tools/testing/selftests/bpf/prog_tests/test_lsm.c
index 6ab29226c99b..2755e4f81499 100644
--- a/tools/testing/selftests/bpf/prog_tests/test_lsm.c
+++ b/tools/testing/selftests/bpf/prog_tests/test_lsm.c
@@ -10,7 +10,6 @@
#include <unistd.h>
#include <malloc.h>
#include <stdlib.h>
-#include <unistd.h>
#include "lsm.skel.h"