diff options
Diffstat (limited to 'include/gmock/gmock.h')
-rw-r--r-- | include/gmock/gmock.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/gmock/gmock.h b/include/gmock/gmock.h index 481e5706..6735c71b 100644 --- a/include/gmock/gmock.h +++ b/include/gmock/gmock.h @@ -59,10 +59,11 @@ #include "gmock/gmock-cardinalities.h" #include "gmock/gmock-generated-actions.h" #include "gmock/gmock-generated-function-mockers.h" -#include "gmock/gmock-generated-matchers.h" -#include "gmock/gmock-more-actions.h" #include "gmock/gmock-generated-nice-strict.h" +#include "gmock/gmock-generated-matchers.h" #include "gmock/gmock-matchers.h" +#include "gmock/gmock-more-actions.h" +#include "gmock/gmock-more-matchers.h" #include "gmock/internal/gmock-internal-utils.h" namespace testing { |