From d8328073115a199bbac2c84b0972257235bc77ba Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 10 Jan 2004 19:15:14 +0000 Subject: [PATCH] Remove config wrapper around llvm-svn: 10747 --- llvm/lib/Support/SystemUtils.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/llvm/lib/Support/SystemUtils.cpp b/llvm/lib/Support/SystemUtils.cpp index e1a0bd04d455..4ca3e990de47 100644 --- a/llvm/lib/Support/SystemUtils.cpp +++ b/llvm/lib/Support/SystemUtils.cpp @@ -13,16 +13,16 @@ //===----------------------------------------------------------------------===// #include "Support/SystemUtils.h" -#include -#include -#include -#include #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 +#include +#include +#include +#include using namespace llvm; /// isExecutableFile - This function returns true if the filename specified