diff options
author | Yaron Keren <yaron.keren@gmail.com> | 2015-10-21 18:36:52 +0000 |
---|---|---|
committer | Yaron Keren <yaron.keren@gmail.com> | 2015-10-21 18:36:52 +0000 |
commit | fa0adfd3c6daca8414462085fd8bca3a7f92f82d (patch) | |
tree | e1d19c27f86176fefd1c06125d7ccc5abd95ac47 | |
parent | 1a3c0f77df8baa724135777fe6b1115cca96dbd8 (diff) | |
download | bcm5719-llvm-fa0adfd3c6daca8414462085fd8bca3a7f92f82d.tar.gz bcm5719-llvm-fa0adfd3c6daca8414462085fd8bca3a7f92f82d.zip |
Revert r250923 as config.h is not an installed header.
llvm-svn: 250924
-rw-r--r-- | llvm/include/llvm/Support/FileSystem.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/include/llvm/Support/FileSystem.h b/llvm/include/llvm/Support/FileSystem.h index 0f09808e6fa..84d7e85b381 100644 --- a/llvm/include/llvm/Support/FileSystem.h +++ b/llvm/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" |