diff options
author | Eric Liu <ioeric@google.com> | 2018-05-30 12:09:58 +0000 |
---|---|---|
committer | Eric Liu <ioeric@google.com> | 2018-05-30 12:09:58 +0000 |
commit | cfd01f94b2c4f7a9a46e4a93434e0076422f245f (patch) | |
tree | e9412acd187f41a0031eabd4d939cea49b1fd244 /clang/unittests/Tooling/HeaderIncludesTest.cpp | |
parent | 46fdee75e70291e9c2eb00e07f997d05c5b4563d (diff) | |
download | bcm5719-llvm-cfd01f94b2c4f7a9a46e4a93434e0076422f245f.tar.gz bcm5719-llvm-cfd01f94b2c4f7a9a46e4a93434e0076422f245f.zip |
Revert "Reland "Move #include manipulation code to new lib/Tooling/Inclusions.""
This reverts commit r333532. Revert for now to fix an internal bot issue.
llvm-svn: 333534
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" |