Commit 2792d488 authored by Jagadeesh Pagadala's avatar Jagadeesh Pagadala Committed by Linus Torvalds
Browse files

tools/testing/selftests/vm: remove duplicate headers



Code cleanup: Remove duplicate headers which are included twice.

Signed-off-by: default avatarJagadeesh Pagadala <jagdsh.linux@gmail.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Cc: Shuah Khan <shuah@kernel.org>
Cc: Brian Geffon <bgeffon@google.com>
Link: http://lkml.kernel.org/r/1587278984-18847-1-git-send-email-jagdsh.linux@gmail.com


Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent f21fda8f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -11,7 +11,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <stdlib.h>
#include <unistd.h>

#include "../kselftest.h"