From ed4775a3c149900fb8e04bc9baf9d683cbecc28b Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 19 Jun 2003 18:42:09 +0000 Subject: [PATCH] Remove usage of sys/unistd.h git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6788 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Support/Timer.cpp | 1 - lib/VMCore/Pass.cpp | 2 +- support/lib/Support/Timer.cpp | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/Support/Timer.cpp b/lib/Support/Timer.cpp index 26f10e77f77..96b63f1e94e 100644 --- a/lib/Support/Timer.cpp +++ b/lib/Support/Timer.cpp @@ -8,7 +8,6 @@ #include "Support/CommandLine.h" #include #include -#include #include #ifndef __FreeBSD__ #include diff --git a/lib/VMCore/Pass.cpp b/lib/VMCore/Pass.cpp index ca55b0da0ab..04299e9b36e 100644 --- a/lib/VMCore/Pass.cpp +++ b/lib/VMCore/Pass.cpp @@ -14,7 +14,7 @@ #include #include #include -#include +#include #include // IncludeFile - Stub function used to help linking out. diff --git a/support/lib/Support/Timer.cpp b/support/lib/Support/Timer.cpp index 26f10e77f77..96b63f1e94e 100644 --- a/support/lib/Support/Timer.cpp +++ b/support/lib/Support/Timer.cpp @@ -8,7 +8,6 @@ #include "Support/CommandLine.h" #include #include -#include #include #ifndef __FreeBSD__ #include -- 2.11.0