summaryrefslogtreecommitdiffstats
path: root/clang/unittests/Tooling/HeaderIncludesTest.cpp
diff options
context:
space:
mode:
authorEric Liu <ioeric@google.com>2018-05-30 12:09:58 +0000
committerEric Liu <ioeric@google.com>2018-05-30 12:09:58 +0000
commitcfd01f94b2c4f7a9a46e4a93434e0076422f245f (patch)
treee9412acd187f41a0031eabd4d939cea49b1fd244 /clang/unittests/Tooling/HeaderIncludesTest.cpp
parent46fdee75e70291e9c2eb00e07f997d05c5b4563d (diff)
downloadbcm5719-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.cpp2
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"
OpenPOWER on IntegriCloud