aboutsummaryrefslogtreecommitdiff
path: root/googlemock/test/gmock-pp-string_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'googlemock/test/gmock-pp-string_test.cc')
-rw-r--r--googlemock/test/gmock-pp-string_test.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/googlemock/test/gmock-pp-string_test.cc b/googlemock/test/gmock-pp-string_test.cc
index 6f66cf15..53c80f4e 100644
--- a/googlemock/test/gmock-pp-string_test.cc
+++ b/googlemock/test/gmock-pp-string_test.cc
@@ -30,11 +30,10 @@
// Google Mock - a framework for writing C++ mock classes.
//
// This file tests the internal preprocessor macro library.
-#include "gmock/internal/gmock-pp.h"
-
#include <string>
#include "gmock/gmock.h"
+#include "gmock/internal/gmock-pp.h"
namespace testing {
namespace {