diff options
author | Chris Lattner <sabre@nondot.org> | 2003-06-19 18:42:09 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-06-19 18:42:09 +0000 |
commit | ed4775a3c149900fb8e04bc9baf9d683cbecc28b (patch) | |
tree | 53e9ee5a1aec3258d7b4b92d64948e5c050cb25f /support | |
parent | dccb6d017bfc88eff013e08e6b28d90b357996b5 (diff) | |
download | external_llvm-ed4775a3c149900fb8e04bc9baf9d683cbecc28b.zip external_llvm-ed4775a3c149900fb8e04bc9baf9d683cbecc28b.tar.gz external_llvm-ed4775a3c149900fb8e04bc9baf9d683cbecc28b.tar.bz2 |
Remove usage of sys/unistd.h
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6788 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'support')
-rw-r--r-- | support/lib/Support/Timer.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/support/lib/Support/Timer.cpp b/support/lib/Support/Timer.cpp index 26f10e7..96b63f1 100644 --- a/support/lib/Support/Timer.cpp +++ b/support/lib/Support/Timer.cpp @@ -8,7 +8,6 @@ #include "Support/CommandLine.h" #include <sys/resource.h> #include <sys/time.h> -#include <sys/unistd.h> #include <unistd.h> #ifndef __FreeBSD__ #include <malloc.h> |