aboutsummaryrefslogtreecommitdiff
path: root/third_party/googletest/src/src/gtest-matchers.cc
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/googletest/src/src/gtest-matchers.cc')
-rw-r--r--third_party/googletest/src/src/gtest-matchers.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/third_party/googletest/src/src/gtest-matchers.cc b/third_party/googletest/src/src/gtest-matchers.cc
index 65104ebab..7e3bcc0cf 100644
--- a/third_party/googletest/src/src/gtest-matchers.cc
+++ b/third_party/googletest/src/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