Commit 785c4e83 authored by YueHaibing's avatar YueHaibing Committed by Shuah Khan

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

Remove duplicated include.
Signed-off-by: default avatarYueHaibing <yuehaibing@huawei.com>
Reviewed-by: default avatarDmitry Safonov <dima@arista.com>
Signed-off-by: default avatarShuah Khan <skhan@linuxfoundation.org>
parent 14f4283a
...@@ -11,7 +11,6 @@ ...@@ -11,7 +11,6 @@
#include <sys/wait.h> #include <sys/wait.h>
#include <time.h> #include <time.h>
#include <unistd.h> #include <unistd.h>
#include <time.h>
#include <string.h> #include <string.h>
#include "log.h" #include "log.h"
......
...@@ -12,7 +12,6 @@ ...@@ -12,7 +12,6 @@
#include <sys/types.h> #include <sys/types.h>
#include <time.h> #include <time.h>
#include <unistd.h> #include <unistd.h>
#include <time.h>
#include "log.h" #include "log.h"
#include "timens.h" #include "timens.h"
......
...@@ -10,7 +10,6 @@ ...@@ -10,7 +10,6 @@
#include <sys/types.h> #include <sys/types.h>
#include <time.h> #include <time.h>
#include <unistd.h> #include <unistd.h>
#include <time.h>
#include <string.h> #include <string.h>
#include "log.h" #include "log.h"
......
...@@ -11,7 +11,6 @@ ...@@ -11,7 +11,6 @@
#include <stdio.h> #include <stdio.h>
#include <stdint.h> #include <stdint.h>
#include <signal.h> #include <signal.h>
#include <time.h>
#include "log.h" #include "log.h"
#include "timens.h" #include "timens.h"
......
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