diff options
author | Nico Weber <nicolasweber@gmx.de> | 2018-04-30 13:52:15 +0000 |
---|---|---|
committer | Nico Weber <nicolasweber@gmx.de> | 2018-04-30 13:52:15 +0000 |
commit | d637c05986aecdffed1c8f9482f5d698eb605e1f (patch) | |
tree | f6d40d1ed6cb118d4fb6cd72ac42499979fb0be8 /clang/unittests/Basic/FileManagerTest.cpp | |
parent | cf512ab5f63d655b155bb62690123d1c913c618b (diff) | |
download | bcm5719-llvm-d637c05986aecdffed1c8f9482f5d698eb605e1f.tar.gz bcm5719-llvm-d637c05986aecdffed1c8f9482f5d698eb605e1f.zip |
IWYU for llvm-config.h in clang. See r331124 for details.
llvm-svn: 331177
Diffstat (limited to 'clang/unittests/Basic/FileManagerTest.cpp')
-rw-r--r-- | clang/unittests/Basic/FileManagerTest.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/unittests/Basic/FileManagerTest.cpp b/clang/unittests/Basic/FileManagerTest.cpp index 5b7a7db4400..5aa1c0241a7 100644 --- a/clang/unittests/Basic/FileManagerTest.cpp +++ b/clang/unittests/Basic/FileManagerTest.cpp @@ -12,7 +12,6 @@ #include "clang/Basic/FileSystemStatCache.h" #include "clang/Basic/VirtualFileSystem.h" #include "llvm/ADT/STLExtras.h" -#include "llvm/Config/llvm-config.h" #include "llvm/Support/Path.h" #include "gtest/gtest.h" |