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

selftests/timens: Remove duplicated include <time.h>

Remove duplicated include.

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Reviewed-by: Dmitry Safonov <dima@arista.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>

authored by

YueHaibing and committed by
Shuah Khan
785c4e83 14f4283a

-4
-1
tools/testing/selftests/timens/exec.c
··· 11 11 #include <sys/wait.h> 12 12 #include <time.h> 13 13 #include <unistd.h> 14 - #include <time.h> 15 14 #include <string.h> 16 15 17 16 #include "log.h"
-1
tools/testing/selftests/timens/procfs.c
··· 12 12 #include <sys/types.h> 13 13 #include <time.h> 14 14 #include <unistd.h> 15 - #include <time.h> 16 15 17 16 #include "log.h" 18 17 #include "timens.h"
-1
tools/testing/selftests/timens/timens.c
··· 10 10 #include <sys/types.h> 11 11 #include <time.h> 12 12 #include <unistd.h> 13 - #include <time.h> 14 13 #include <string.h> 15 14 16 15 #include "log.h"
-1
tools/testing/selftests/timens/timer.c
··· 11 11 #include <stdio.h> 12 12 #include <stdint.h> 13 13 #include <signal.h> 14 - #include <time.h> 15 14 16 15 #include "log.h" 17 16 #include "timens.h"