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/Index.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/Index.cpp')
| -rw-r--r-- | clang-tools-extra/clangd/index/Index.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/clang-tools-extra/clangd/index/Index.cpp b/clang-tools-extra/clangd/index/Index.cpp index 806303cf05d..f609056f639 100644 --- a/clang-tools-extra/clangd/index/Index.cpp +++ b/clang-tools-extra/clangd/index/Index.cpp @@ -8,9 +8,8 @@ //===----------------------------------------------------------------------===// #include "Index.h" - -#include "llvm/Support/SHA1.h" #include "llvm/ADT/StringExtras.h" +#include "llvm/Support/SHA1.h" namespace clang { namespace clangd { |

