From 7e73533abce74ffabe57af9bf3a190833a4d496f Mon Sep 17 00:00:00 2001 From: Abseil Team Date: Wed, 3 Feb 2021 08:06:05 -0800 Subject: [PATCH] Googletest export Delete Google-internal IWYU pragmas PiperOrigin-RevId: 355398547 --- googletest/include/gtest/gtest-matchers.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/googletest/include/gtest/gtest-matchers.h b/googletest/include/gtest/gtest-matchers.h index d9ccbbf1..9b2c125c 100644 --- a/googletest/include/gtest/gtest-matchers.h +++ b/googletest/include/gtest/gtest-matchers.h @@ -32,10 +32,6 @@ // This file implements just enough of the matcher interface to allow // EXPECT_DEATH and friends to accept a matcher argument. -// IWYU pragma: private, include "testing/base/public/gunit.h" -// IWYU pragma: friend third_party/googletest/googlemock/.* -// IWYU pragma: friend third_party/googletest/googletest/.* - #ifndef GTEST_INCLUDE_GTEST_GTEST_MATCHERS_H_ #define GTEST_INCLUDE_GTEST_GTEST_MATCHERS_H_