[clangd] NFC: Reorder headers in tests accordig to Clang-Tidy

This commit is contained in:
Kirill Bobyrev 2020-11-20 10:38:41 +01:00
parent aadbe20622
commit da14ae23a5
No known key found for this signature in database
GPG Key ID: 2307C055C8384FA0
1 changed files with 1 additions and 1 deletions

View File

@ -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 {