summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/SystemUtils.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-01-10 19:15:14 +0000
committerChris Lattner <sabre@nondot.org>2004-01-10 19:15:14 +0000
commitd8328073115a199bbac2c84b0972257235bc77ba (patch)
tree4c5a6794a775a765bc05df00450aad59402f710b /llvm/lib/Support/SystemUtils.cpp
parent7c4b08e99f0126e3b5c33b101379ec53341829f2 (diff)
downloadbcm5719-llvm-d8328073115a199bbac2c84b0972257235bc77ba.tar.gz
bcm5719-llvm-d8328073115a199bbac2c84b0972257235bc77ba.zip
Remove config wrapper around <cerrno>
llvm-svn: 10747
Diffstat (limited to 'llvm/lib/Support/SystemUtils.cpp')
-rw-r--r--llvm/lib/Support/SystemUtils.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/llvm/lib/Support/SystemUtils.cpp b/llvm/lib/Support/SystemUtils.cpp
index e1a0bd04d45..4ca3e990de4 100644
--- a/llvm/lib/Support/SystemUtils.cpp
+++ b/llvm/lib/Support/SystemUtils.cpp
@@ -13,16 +13,16 @@
//===----------------------------------------------------------------------===//
#include "Support/SystemUtils.h"
-#include <algorithm>
-#include <fstream>
-#include <iostream>
-#include <cstdlib>
#include "Config/sys/types.h"
#include "Config/sys/stat.h"
#include "Config/fcntl.h"
#include "Config/sys/wait.h"
#include "Config/unistd.h"
-#include "Config/errno.h"
+#include <algorithm>
+#include <fstream>
+#include <iostream>
+#include <cstdlib>
+#include <cerrno>
using namespace llvm;
/// isExecutableFile - This function returns true if the filename specified
OpenPOWER on IntegriCloud