diff options
Diffstat (limited to 'lib/System/Unix')
-rw-r--r-- | lib/System/Unix/TimeValue.cpp | 4 | ||||
-rw-r--r-- | lib/System/Unix/TimeValue.inc | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/lib/System/Unix/TimeValue.cpp b/lib/System/Unix/TimeValue.cpp index 0642aa58c3..8f0ad38d8e 100644 --- a/lib/System/Unix/TimeValue.cpp +++ b/lib/System/Unix/TimeValue.cpp @@ -18,13 +18,9 @@ #include "Unix.h" -#include <time.h> -#include <sys/time.h> - namespace llvm { using namespace sys; - std::string TimeValue::toString() const { char buffer[32]; diff --git a/lib/System/Unix/TimeValue.inc b/lib/System/Unix/TimeValue.inc index 0642aa58c3..8f0ad38d8e 100644 --- a/lib/System/Unix/TimeValue.inc +++ b/lib/System/Unix/TimeValue.inc @@ -18,13 +18,9 @@ #include "Unix.h" -#include <time.h> -#include <sys/time.h> - namespace llvm { using namespace sys; - std::string TimeValue::toString() const { char buffer[32]; |