From: Yaron Keren Date: Wed, 21 Oct 2015 18:36:52 +0000 (+0000) Subject: Revert r250923 as config.h is not an installed header. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ba3f35ef578512993618c7e961bdd9132a8863f2;p=oota-llvm.git Revert r250923 as config.h is not an installed header. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@250924 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Support/FileSystem.h b/include/llvm/Support/FileSystem.h index 0f09808e6fa..84d7e85b381 100644 --- a/include/llvm/Support/FileSystem.h +++ b/include/llvm/Support/FileSystem.h @@ -30,7 +30,6 @@ #include "llvm/ADT/IntrusiveRefCntPtr.h" #include "llvm/ADT/SmallString.h" #include "llvm/ADT/Twine.h" -#include "llvm/Config/config.h" #include "llvm/Support/DataTypes.h" #include "llvm/Support/ErrorHandling.h" #include "llvm/Support/TimeValue.h"