aboutsummaryrefslogtreecommitdiffstats
path: root/test/gmock-matchers_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/gmock-matchers_test.cc')
-rw-r--r--test/gmock-matchers_test.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/gmock-matchers_test.cc b/test/gmock-matchers_test.cc
index c2db86ca..dfa34a42 100644
--- a/test/gmock-matchers_test.cc
+++ b/test/gmock-matchers_test.cc
@@ -33,7 +33,7 @@
//
// This file tests some commonly used argument matchers.
-#include <gmock/gmock-matchers.h>
+#include "gmock/gmock-matchers.h"
#include <string.h>
#include <functional>
@@ -45,9 +45,9 @@
#include <string>
#include <utility>
#include <vector>
-#include <gmock/gmock.h>
-#include <gtest/gtest.h>
-#include <gtest/gtest-spi.h>
+#include "gmock/gmock.h"
+#include "gtest/gtest.h"
+#include "gtest/gtest-spi.h"
namespace testing {