diff options
Diffstat (limited to 'llvm/lib/System')
| -rw-r--r-- | llvm/lib/System/Unix/TimeValue.cpp | 4 | 
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/lib/System/Unix/TimeValue.cpp b/llvm/lib/System/Unix/TimeValue.cpp index 0642aa58c3a..8f0ad38d8ef 100644 --- a/llvm/lib/System/Unix/TimeValue.cpp +++ b/llvm/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];  | 

