Commit ce79097a authored by Kees Cook's avatar Kees Cook Committed by Shuah Khan

selftests: Remove unneeded selftest API headers

Remove unused includes of the kselftest.h header.
Acked-by: default avatarChristian Brauner <christian.brauner@ubuntu.com>
Signed-off-by: default avatarKees Cook <keescook@chromium.org>
Signed-off-by: default avatarShuah Khan <skhan@linuxfoundation.org>
parent 51ad5b54
......@@ -11,7 +11,6 @@
#include <syscall.h>
#include <sys/wait.h>
#include "../kselftest.h"
#include "../kselftest_harness.h"
#include "../pidfd/pidfd.h"
......
......@@ -18,7 +18,6 @@
#include <linux/kcmp.h>
#include "pidfd.h"
#include "../kselftest.h"
#include "../kselftest_harness.h"
/*
......
......@@ -20,7 +20,6 @@
#include "pidfd.h"
#include "../clone3/clone3_selftests.h"
#include "../kselftest.h"
#include "../kselftest_harness.h"
enum {
......
......@@ -19,7 +19,6 @@
#include <sys/wait.h>
#include <unistd.h>
#include "../kselftest.h"
#include "../kselftest_harness.h"
#define __DEV_FULL "/sys/devices/virtual/mem/full/uevent"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment