forked from OSchip/llvm-project
[clangd] NFC: Reorder headers in tests accordig to Clang-Tidy
This commit is contained in:
parent
aadbe20622
commit
da14ae23a5
|
@ -17,9 +17,9 @@
|
|||
#include "clang/Tooling/Core/Replacement.h"
|
||||
#include "llvm/ADT/STLExtras.h"
|
||||
#include "llvm/Support/MemoryBuffer.h"
|
||||
#include <algorithm>
|
||||
#include "gmock/gmock.h"
|
||||
#include "gtest/gtest.h"
|
||||
#include <algorithm>
|
||||
|
||||
namespace clang {
|
||||
namespace clangd {
|
||||
|
|
Loading…
Reference in New Issue