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

selftest/timers: Remove duplicate header

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>

authored by

Sabyasachi Gupta and committed by
Shuah Khan
a04a6784 d11a7e37

-1
-1
tools/testing/selftests/timers/skew_consistency.c
··· 32 32 #include <sys/types.h> 33 33 #include <sys/stat.h> 34 34 #include <fcntl.h> 35 - #include <stdlib.h> 36 35 #include <string.h> 37 36 #include <sys/wait.h> 38 37 #include "../kselftest.h"