Skip to content

Commit

Permalink
Update code with IWYU annotations.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 566424331
Change-Id: I0e16d979b9d79643c882c5082e154842983a5317
  • Loading branch information
Abseil Team authored and copybara-github committed Sep 18, 2023
1 parent 8be20cc commit adc5145
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions googlemock/include/gmock/gmock.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@
//
// where all clauses are optional and WillOnce() can be repeated.

#include "gmock/gmock-actions.h"
#include "gmock/gmock-cardinalities.h"
#include "gmock/gmock-function-mocker.h"
#include "gmock/gmock-matchers.h"
#include "gmock/gmock-more-actions.h"
#include "gmock/gmock-more-matchers.h"
#include "gmock/gmock-nice-strict.h"
#include "gmock/gmock-actions.h" // IWYU pragma: export
#include "gmock/gmock-cardinalities.h" // IWYU pragma: export
#include "gmock/gmock-function-mocker.h" // IWYU pragma: export
#include "gmock/gmock-matchers.h" // IWYU pragma: export
#include "gmock/gmock-more-actions.h" // IWYU pragma: export
#include "gmock/gmock-more-matchers.h" // IWYU pragma: export
#include "gmock/gmock-nice-strict.h" // IWYU pragma: export
#include "gmock/internal/gmock-internal-utils.h"
#include "gmock/internal/gmock-port.h"

Expand Down

0 comments on commit adc5145

Please sign in to comment.