[clangd] Remove includes of "gmock-matchers.h". NFC

For consistency with most of the test code.

llvm-svn: 356264
This commit is contained in:
Ilya Biryukov 2019-03-15 14:30:07 +00:00
parent 1de5a2ef96
commit a06b467ddc
2 changed files with 0 additions and 2 deletions

View File

@ -12,7 +12,6 @@
#include "clang/AST/ASTContext.h"
#include "clang/AST/Decl.h"
#include "llvm/ADT/StringRef.h"
#include "gmock/gmock-matchers.h"
#include "gmock/gmock.h"
#include "gtest/gtest.h"

View File

@ -9,7 +9,6 @@
#include "FuzzyMatch.h"
#include "llvm/ADT/StringExtras.h"
#include "gmock/gmock-matchers.h"
#include "gmock/gmock.h"
#include "gtest/gtest.h"