summaryrefslogtreecommitdiff
path: root/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
commit74b1f45293b45737bf0f18cf3a1a078ff1bfabdb (patch)
treeb3e038cbf85e59cd286bf526c3975623a4dfec75 /lib/Support/SystemUtils.cpp
parentc9d2d08bc85304dff4eac0f0ab92b2a7b61fb6ef (diff)
downloadllvm-74b1f45293b45737bf0f18cf3a1a078ff1bfabdb.tar.gz
llvm-74b1f45293b45737bf0f18cf3a1a078ff1bfabdb.tar.bz2
llvm-74b1f45293b45737bf0f18cf3a1a078ff1bfabdb.tar.xz
Remove config wrapper around <cerrno>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10747 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Support/SystemUtils.cpp')
-rw-r--r--lib/Support/SystemUtils.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/Support/SystemUtils.cpp b/lib/Support/SystemUtils.cpp
index e1a0bd04d4..4ca3e990de 100644
--- a/lib/Support/SystemUtils.cpp
+++ b/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