aboutsummaryrefslogtreecommitdiffstats
path: root/googlemock/include/gmock/gmock-matchers.h
diff options
context:
space:
mode:
authorGennadiy Civil <gennadiycivil@users.noreply.github.com>2018-01-26 12:22:48 -0500
committerGitHub <noreply@github.com>2018-01-26 12:22:48 -0500
commit718fd88d8f145c63b8cc134cf8fed92743cc112f (patch)
tree2a2f28e60798824956dc46fb7c89e1e35ee2a8de /googlemock/include/gmock/gmock-matchers.h
parentcb7271697bca56802db773f1b9a92fdaed5b7eee (diff)
parent92c93802e13e84f4d916f45dd99417cdeb38841b (diff)
downloadgoogletest-718fd88d8f145c63b8cc134cf8fed92743cc112f.tar.gz
googletest-718fd88d8f145c63b8cc134cf8fed92743cc112f.tar.bz2
googletest-718fd88d8f145c63b8cc134cf8fed92743cc112f.zip
Merge pull request #1429 from gennadiycivil/master
Code merges
Diffstat (limited to 'googlemock/include/gmock/gmock-matchers.h')
-rw-r--r--googlemock/include/gmock/gmock-matchers.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/googlemock/include/gmock/gmock-matchers.h b/googlemock/include/gmock/gmock-matchers.h
index 3367a0b5..41bf6de3 100644
--- a/googlemock/include/gmock/gmock-matchers.h
+++ b/googlemock/include/gmock/gmock-matchers.h
@@ -47,10 +47,9 @@
#include <string>
#include <utility>
#include <vector>
-
+#include "gtest/gtest.h"
#include "gmock/internal/gmock-internal-utils.h"
#include "gmock/internal/gmock-port.h"
-#include "gtest/gtest.h"
#if GTEST_HAS_STD_INITIALIZER_LIST_
# include <initializer_list> // NOLINT -- must be after gtest.h