summaryrefslogtreecommitdiff
path: root/libc/test/src/time/time_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libc/test/src/time/time_test.cpp')
-rw-r--r--libc/test/src/time/time_test.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/libc/test/src/time/time_test.cpp b/libc/test/src/time/time_test.cpp
index d3d4dc9a2851..7cdb4e834633 100644
--- a/libc/test/src/time/time_test.cpp
+++ b/libc/test/src/time/time_test.cpp
@@ -9,8 +9,6 @@
#include "src/time/time_func.h"
#include "test/UnitTest/Test.h"
-#include <time.h>
-
TEST(LlvmLibcTimeTest, SmokeTest) {
time_t t1;
time_t t2 = LIBC_NAMESPACE::time(&t1);