diff options
Diffstat (limited to 'lib/System/Unix/TimeValue.inc')
-rw-r--r-- | lib/System/Unix/TimeValue.inc | 4 |
1 files changed, 0 insertions, 4 deletions
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]; |