diff options
author | Eric Liu <ioeric@google.com> | 2017-12-14 21:22:03 +0000 |
---|---|---|
committer | Eric Liu <ioeric@google.com> | 2017-12-14 21:22:03 +0000 |
commit | b99d5e8b62628251268c96b220551e1aa710486c (patch) | |
tree | a724aab51d0ae8d60f36e5d6766b0b899aa09987 /clang-tools-extra/clangd/index/SymbolCollector.cpp | |
parent | 4273998cf9013ce92c7bf1effafef76a65e31d0c (diff) | |
download | bcm5719-llvm-b99d5e8b62628251268c96b220551e1aa710486c.tar.gz bcm5719-llvm-b99d5e8b62628251268c96b220551e1aa710486c.zip |
[clangd] Put all #includes in one block in clangd source files. NFC
Clang-format categorizes and sorts #includes with style. It doesn't make sense
to manually managing #include blocks.
llvm-svn: 320743
Diffstat (limited to 'clang-tools-extra/clangd/index/SymbolCollector.cpp')
-rw-r--r-- | clang-tools-extra/clangd/index/SymbolCollector.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang-tools-extra/clangd/index/SymbolCollector.cpp b/clang-tools-extra/clangd/index/SymbolCollector.cpp index c2ddecbfc47..5b3642915a8 100644 --- a/clang-tools-extra/clangd/index/SymbolCollector.cpp +++ b/clang-tools-extra/clangd/index/SymbolCollector.cpp @@ -8,7 +8,6 @@ //===----------------------------------------------------------------------===// #include "SymbolCollector.h" - #include "clang/AST/ASTContext.h" #include "clang/AST/Decl.h" #include "clang/AST/DeclCXX.h" |