Skip to content

Commit adc5145

Browse files
Abseil Teamcopybara-github
Abseil Team
authored andcommitted
Update code with IWYU annotations.
PiperOrigin-RevId: 566424331 Change-Id: I0e16d979b9d79643c882c5082e154842983a5317
1 parent 8be20cc commit adc5145

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

googlemock/include/gmock/gmock.h

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,13 @@
5353
//
5454
// where all clauses are optional and WillOnce() can be repeated.
5555

56-
#include "gmock/gmock-actions.h"
57-
#include "gmock/gmock-cardinalities.h"
58-
#include "gmock/gmock-function-mocker.h"
59-
#include "gmock/gmock-matchers.h"
60-
#include "gmock/gmock-more-actions.h"
61-
#include "gmock/gmock-more-matchers.h"
62-
#include "gmock/gmock-nice-strict.h"
56+
#include "gmock/gmock-actions.h" // IWYU pragma: export
57+
#include "gmock/gmock-cardinalities.h" // IWYU pragma: export
58+
#include "gmock/gmock-function-mocker.h" // IWYU pragma: export
59+
#include "gmock/gmock-matchers.h" // IWYU pragma: export
60+
#include "gmock/gmock-more-actions.h" // IWYU pragma: export
61+
#include "gmock/gmock-more-matchers.h" // IWYU pragma: export
62+
#include "gmock/gmock-nice-strict.h" // IWYU pragma: export
6363
#include "gmock/internal/gmock-internal-utils.h"
6464
#include "gmock/internal/gmock-port.h"
6565

0 commit comments

Comments
 (0)