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 | 0cfcaf0cc3d95858281c92ca06b78eaa442d3b15 (patch) | |
tree | 1daa43d363a557dd1c635b9cd66414a7a5d8b608 /llvm/lib/Support/Timer.cpp | |
parent | 684e3d27265f481c1a37aac3baee72abef19fc08 (diff) | |
download | bcm5719-llvm-0cfcaf0cc3d95858281c92ca06b78eaa442d3b15.tar.gz bcm5719-llvm-0cfcaf0cc3d95858281c92ca06b78eaa442d3b15.zip |
Remove usage of sys/unistd.h
llvm-svn: 6788
Diffstat (limited to 'llvm/lib/Support/Timer.cpp')
-rw-r--r-- | llvm/lib/Support/Timer.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Support/Timer.cpp b/llvm/lib/Support/Timer.cpp index 26f10e77f77..96b63f1e94e 100644 --- a/llvm/lib/Support/Timer.cpp +++ b/llvm/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> |