aboutsummaryrefslogtreecommitdiffstats
path: root/test/gmock_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/gmock_test.cc')
-rw-r--r--test/gmock_test.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/gmock_test.cc b/test/gmock_test.cc
index 0c832607..ba137dd3 100644
--- a/test/gmock_test.cc
+++ b/test/gmock_test.cc
@@ -33,10 +33,10 @@
//
// This file tests code in gmock.cc.
-#include <gmock/gmock.h>
+#include "gmock/gmock.h"
#include <string>
-#include <gtest/gtest.h>
+#include "gtest/gtest.h"
using testing::GMOCK_FLAG(verbose);
using testing::InitGoogleMock;