From ba3f35ef578512993618c7e961bdd9132a8863f2 Mon Sep 17 00:00:00 2001 From: Yaron Keren Date: Wed, 21 Oct 2015 18:36:52 +0000 Subject: [PATCH] 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 --- include/llvm/Support/FileSystem.h | 1 - 1 file changed, 1 deletion(-) 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" -- 2.34.1