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
This commit is contained in:
Reid Spencer 2004-12-27 06:17:39 +00:00
parent 68fdcc123b
commit 51b9f62462
2 changed files with 0 additions and 8 deletions

View File

@ -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];

View File

@ -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];