Consistently apply IWYU pragmas across googletest and googlemock headers

PiperOrigin-RevId: 422559250
Change-Id: I9f630f2186724950e5e9fbd7093d5264e8bf0a71
This commit is contained in:
Abseil Team
2022-01-18 08:10:36 -08:00
committed by Copybara-Service
parent c9643a2e45
commit 100f6fbf5f
33 changed files with 115 additions and 29 deletions

View File

@@ -249,6 +249,9 @@
// See googletest/include/gtest/gtest-matchers.h for the definition of class
// Matcher, class MatcherInterface, and others.
// IWYU pragma: private, include "gmock/gmock.h"
// IWYU pragma: friend gmock/.*
#ifndef GOOGLEMOCK_INCLUDE_GMOCK_GMOCK_MATCHERS_H_
#define GOOGLEMOCK_INCLUDE_GMOCK_GMOCK_MATCHERS_H_