summaryrefslogtreecommitdiff
path: root/src/gmock_main.cc
diff options
context:
space:
mode:
authorzhanyong.wan <zhanyong.wan@8415998a-534a-0410-bf83-d39667b30386>2010-09-14 05:38:21 +0000
committerzhanyong.wan <zhanyong.wan@8415998a-534a-0410-bf83-d39667b30386>2010-09-14 05:38:21 +0000
commitc6b48be3b747ecf442cfe9acaa97be85c1fb85a5 (patch)
tree8aee751ab6c88f64cbc2ea4de63e80a6f955fc9e /src/gmock_main.cc
parentfa7b0ace2d9aa769c04c275fa7fdf7e912cce1c7 (diff)
downloadgooglemock-c6b48be3b747ecf442cfe9acaa97be85c1fb85a5.tar.gz
Include gtest and gmock headers as user headers instead of system headers.
git-svn-id: http://googlemock.googlecode.com/svn/trunk@320 8415998a-534a-0410-bf83-d39667b30386
Diffstat (limited to 'src/gmock_main.cc')
-rw-r--r--src/gmock_main.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gmock_main.cc b/src/gmock_main.cc
index 0a3071b..3725ae7 100644
--- a/src/gmock_main.cc
+++ b/src/gmock_main.cc
@@ -30,8 +30,8 @@
// Author: wan@google.com (Zhanyong Wan)
#include <iostream>
-#include <gmock/gmock.h>
-#include <gtest/gtest.h>
+#include "gmock/gmock.h"
+#include "gtest/gtest.h"
// MS C++ compiler/linker has a bug on Windows (not on Windows CE), which
// causes a link error when _tmain is defined in a static library and UNICODE