From: Reid Spencer Date: Mon, 27 Dec 2004 06:17:39 +0000 (+0000) Subject: For PR351: X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=51b9f62462f81dd380da0fdef98a218976931b53;p=oota-llvm.git 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 --- diff --git a/lib/System/Unix/TimeValue.cpp b/lib/System/Unix/TimeValue.cpp index 0642aa58c3a..8f0ad38d8ef 100644 --- a/lib/System/Unix/TimeValue.cpp +++ b/lib/System/Unix/TimeValue.cpp @@ -18,13 +18,9 @@ #include "Unix.h" -#include -#include - 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 0642aa58c3a..8f0ad38d8ef 100644 --- a/lib/System/Unix/TimeValue.inc +++ b/lib/System/Unix/TimeValue.inc @@ -18,13 +18,9 @@ #include "Unix.h" -#include -#include - namespace llvm { using namespace sys; - std::string TimeValue::toString() const { char buffer[32];