summaryrefslogtreecommitdiffstats
path: root/clang/lib/Format/Format.cpp
diff options
context:
space:
mode:
authorEric Liu <ioeric@google.com>2018-05-30 11:51:48 +0000
committerEric Liu <ioeric@google.com>2018-05-30 11:51:48 +0000
commit4f20e9de0a25296c73f879fe228496bad8b65051 (patch)
treeabcb18ebde604823648973ff3325d169458277eb /clang/lib/Format/Format.cpp
parent716515a51e53e619f5d07ada8de00a05e18dfe3f (diff)
downloadbcm5719-llvm-4f20e9de0a25296c73f879fe228496bad8b65051.tar.gz
bcm5719-llvm-4f20e9de0a25296c73f879fe228496bad8b65051.zip
Reland "Move #include manipulation code to new lib/Tooling/Inclusions."
This reverts commit r332751 (i.e. reland r332720) after fixing module build. Differential Revision: https://reviews.llvm.org/D47068 llvm-svn: 333532
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 c6de92b3caf..d1a5dc8e6c6 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/Core/HeaderIncludes.h"
+#include "clang/Tooling/Inclusions/HeaderIncludes.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/Allocator.h"
OpenPOWER on IntegriCloud