aboutsummaryrefslogtreecommitdiff
path: root/googletest/src/gtest-matchers.cc
diff options
context:
space:
mode:
Diffstat (limited to 'googletest/src/gtest-matchers.cc')
-rw-r--r--googletest/src/gtest-matchers.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/googletest/src/gtest-matchers.cc b/googletest/src/gtest-matchers.cc
index 65104eba..7e3bcc0c 100644
--- a/googletest/src/gtest-matchers.cc
+++ b/googletest/src/gtest-matchers.cc
@@ -32,12 +32,13 @@
// This file implements just enough of the matcher interface to allow
// EXPECT_DEATH and friends to accept a matcher argument.
-#include "gtest/internal/gtest-internal.h"
-#include "gtest/internal/gtest-port.h"
#include "gtest/gtest-matchers.h"
#include <string>
+#include "gtest/internal/gtest-internal.h"
+#include "gtest/internal/gtest-port.h"
+
namespace testing {
// Constructs a matcher that matches a const std::string& whose value is