From 51b9f62462f81dd380da0fdef98a218976931b53 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Mon, 27 Dec 2004 06:17:39 +0000 Subject: 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 --- lib/System/Unix/TimeValue.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lib/System/Unix/TimeValue.cpp') 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 -#include - namespace llvm { using namespace sys; - std::string TimeValue::toString() const { char buffer[32]; -- cgit v1.2.3-18-g5258