For PR351:
authorReid Spencer <rspencer@reidspencer.com>
Mon, 27 Dec 2004 06:17:39 +0000 (06:17 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Mon, 27 Dec 2004 06:17:39 +0000 (06:17 +0000)
* 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
lib/System/Unix/TimeValue.inc

index 0642aa58c3ae8ebb456c3171cfa5d6654214fc6c..8f0ad38d8ef39dad13469a67579317b57dbbaa8a 100644 (file)
 
 #include "Unix.h"
 
-#include <time.h>
-#include <sys/time.h>
-
 namespace llvm {
   using namespace sys;
 
-
 std::string TimeValue::toString() const {
   char buffer[32];
 
index 0642aa58c3ae8ebb456c3171cfa5d6654214fc6c..8f0ad38d8ef39dad13469a67579317b57dbbaa8a 100644 (file)
 
 #include "Unix.h"
 
-#include <time.h>
-#include <sys/time.h>
-
 namespace llvm {
   using namespace sys;
 
-
 std::string TimeValue::toString() const {
   char buffer[32];