selftest/timers: Remove duplicate header
authorSabyasachi Gupta <sabyasachi.linux@gmail.com>
Wed, 6 Mar 2019 16:22:52 +0000 (21:52 +0530)
committerShuah Khan <shuah@kernel.org>
Mon, 8 Apr 2019 22:18:21 +0000 (16:18 -0600)
Remove duplicate header which is included twice.

Signed-off-by: Sabyasachi Gupta <sabyasachi.linux@gmail.com>
Signed-off-by: Souptick Joarder <jrdr.linux@gmail.com>
Signed-off-by: Shuah Khan <shuah@kernel.org>
tools/testing/selftests/timers/skew_consistency.c

index 022b711..8066be9 100644 (file)
@@ -32,7 +32,6 @@
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <fcntl.h>
-#include <stdlib.h>
 #include <string.h>
 #include <sys/wait.h>
 #include "../kselftest.h"