summaryrefslogtreecommitdiffstats
path: root/clang/lib/Format/Format.cpp
diff options
context:
space:
mode:
authorEric Liu <ioeric@google.com>2018-05-18 18:33:08 +0000
committerEric Liu <ioeric@google.com>2018-05-18 18:33:08 +0000
commit1edf4bc68c57f4a69b9dfeea03b7f59bb6da90ea (patch)
tree8662b014d8156d5df575262fe58bbcff36bf3f31 /clang/lib/Format/Format.cpp
parent24b61ac832c79fc1cd2c04437dadca171cda63ed (diff)
downloadbcm5719-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/lib/Format/Format.cpp')
-rw-r--r--clang/lib/Format/Format.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Format/Format.cpp b/clang/lib/Format/Format.cpp
index d1a5dc8e6c6..c6de92b3caf 100644
--- a/clang/lib/Format/Format.cpp
+++ b/clang/lib/Format/Format.cpp
@@ -31,7 +31,7 @@
#include "clang/Basic/SourceManager.h"
#include "clang/Basic/VirtualFileSystem.h"
#include "clang/Lex/Lexer.h"
-#include "clang/Tooling/Inclusions/HeaderIncludes.h"
+#include "clang/Tooling/Core/HeaderIncludes.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/Allocator.h"
OpenPOWER on IntegriCloud