Skip to content

Commit

Permalink
[clangd] Remove a gest-internal header, NFC
Browse files Browse the repository at this point in the history
gmock-more-matchers.h is a private header, we should use gmock.h which
is already included in the test.
  • Loading branch information
hokein committed Dec 12, 2022
1 parent 00a2d6e commit 5af4408
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -22,7 +22,6 @@
#include "llvm/Support/VirtualFileSystem.h"
#include "llvm/Testing/Support/Error.h"
#include "gmock/gmock-matchers.h"
#include "gmock/gmock-more-matchers.h"
#include "gmock/gmock.h"
#include "gtest/gtest.h"

Expand Down

0 comments on commit 5af4408

Please sign in to comment.