From: Chris Lattner Date: Sat, 10 Jan 2004 19:15:14 +0000 (+0000) Subject: Remove config wrapper around X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=74b1f45293b45737bf0f18cf3a1a078ff1bfabdb;p=oota-llvm.git Remove config wrapper around git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10747 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Support/SystemUtils.cpp b/lib/Support/SystemUtils.cpp index e1a0bd04d45..4ca3e990de4 100644 --- a/lib/Support/SystemUtils.cpp +++ b/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