From 8840cd31414bf719b5605b12a14bdc32f6e91aa3 Mon Sep 17 00:00:00 2001 From: Dmitri Gribenko Date: Wed, 7 Aug 2019 08:16:29 +0000 Subject: [PATCH] Remove inclusion of a private gmock header from a test llvm-svn: 368132 --- clang/unittests/AST/RecursiveASTVisitorTest.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/clang/unittests/AST/RecursiveASTVisitorTest.cpp b/clang/unittests/AST/RecursiveASTVisitorTest.cpp index 658adb0e5789..861b99420594 100644 --- a/clang/unittests/AST/RecursiveASTVisitorTest.cpp +++ b/clang/unittests/AST/RecursiveASTVisitorTest.cpp @@ -14,7 +14,6 @@ #include "clang/Tooling/Tooling.h" #include "llvm/ADT/FunctionExtras.h" #include "llvm/ADT/STLExtras.h" -#include "gmock/gmock-generated-matchers.h" #include "gmock/gmock.h" #include "gtest/gtest.h" #include