diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-12-27 06:17:39 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-12-27 06:17:39 +0000 |
commit | 51b9f62462f81dd380da0fdef98a218976931b53 (patch) | |
tree | c9fb6e0b56469fa6e322a62bd2ba494fb7a5eff6 /lib | |
parent | 68fdcc123b781fcea17f9c7bffdfdc8c41654324 (diff) |
For PR351:
* Remove redundant #includes that are now in Unix.h
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19160 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-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]; |