diff options
author | Eric Liu <ioeric@google.com> | 2018-05-18 18:33:08 +0000 |
---|---|---|
committer | Eric Liu <ioeric@google.com> | 2018-05-18 18:33:08 +0000 |
commit | 1edf4bc68c57f4a69b9dfeea03b7f59bb6da90ea (patch) | |
tree | 8662b014d8156d5df575262fe58bbcff36bf3f31 /clang/unittests/Tooling/HeaderIncludesTest.cpp | |
parent | 24b61ac832c79fc1cd2c04437dadca171cda63ed (diff) | |
download | bcm5719-llvm-1edf4bc68c57f4a69b9dfeea03b7f59bb6da90ea.tar.gz bcm5719-llvm-1edf4bc68c57f4a69b9dfeea03b7f59bb6da90ea.zip |
Revert "Move #include manipulation code to new lib/Tooling/Inclusions."
This reverts commit r332720. This break build bot with modules. Need to
investigate. Revert the change to unbreak bots.
llvm-svn: 332751
Diffstat (limited to 'clang/unittests/Tooling/HeaderIncludesTest.cpp')
-rw-r--r-- | clang/unittests/Tooling/HeaderIncludesTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/unittests/Tooling/HeaderIncludesTest.cpp b/clang/unittests/Tooling/HeaderIncludesTest.cpp index ff68f75a6e8..4407221f8ad 100644 --- a/clang/unittests/Tooling/HeaderIncludesTest.cpp +++ b/clang/unittests/Tooling/HeaderIncludesTest.cpp @@ -7,7 +7,7 @@ // //===----------------------------------------------------------------------===// -#include "clang/Tooling/Inclusions/HeaderIncludes.h" +#include "clang/Tooling/Core/HeaderIncludes.h" #include "../Tooling/ReplacementTest.h" #include "../Tooling/RewriterTestContext.h" #include "clang/Format/Format.h" |