Remove usage of sys/unistd.h
authorChris Lattner <sabre@nondot.org>
Thu, 19 Jun 2003 18:42:09 +0000 (18:42 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 19 Jun 2003 18:42:09 +0000 (18:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6788 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Support/Timer.cpp
lib/VMCore/Pass.cpp
support/lib/Support/Timer.cpp

index 26f10e77f77a546f47d88a7aee267160097a856a..96b63f1e94e198300336f967242e4981a6a574e8 100644 (file)
@@ -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>
index ca55b0da0ab88af8caf0fc202b64d4602e94fd21..04299e9b36e6124fc6554b97cf29e80537752809 100644 (file)
@@ -14,7 +14,7 @@
 #include <stdio.h>
 #include <sys/resource.h>
 #include <sys/time.h>
-#include <sys/unistd.h>
+#include <unistd.h>
 #include <set>
 
 // IncludeFile - Stub function used to help linking out.
index 26f10e77f77a546f47d88a7aee267160097a856a..96b63f1e94e198300336f967242e4981a6a574e8 100644 (file)
@@ -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>