File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 53
53
//
54
54
// where all clauses are optional and WillOnce() can be repeated.
55
55
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
63
63
#include " gmock/internal/gmock-internal-utils.h"
64
64
#include " gmock/internal/gmock-port.h"
65
65
You can’t perform that action at this time.
0 commit comments