aboutsummaryrefslogtreecommitdiffstats
path: root/test/gmock_link_test.h
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
commit53e08c44dd34857ba57581d7c5774d6c96a8d0e1 (patch)
tree8aee751ab6c88f64cbc2ea4de63e80a6f955fc9e /test/gmock_link_test.h
parentad7c462be7ea6041419426f98b5653bd98ad14dc (diff)
downloadgoogletest-53e08c44dd34857ba57581d7c5774d6c96a8d0e1.tar.gz
googletest-53e08c44dd34857ba57581d7c5774d6c96a8d0e1.tar.bz2
googletest-53e08c44dd34857ba57581d7c5774d6c96a8d0e1.zip
Include gtest and gmock headers as user headers instead of system headers.
Diffstat (limited to 'test/gmock_link_test.h')
-rw-r--r--test/gmock_link_test.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/gmock_link_test.h b/test/gmock_link_test.h
index aa9aab3a..00b2110d 100644
--- a/test/gmock_link_test.h
+++ b/test/gmock_link_test.h
@@ -114,14 +114,14 @@
#ifndef GMOCK_TEST_GMOCK_LINK_TEST_H_
#define GMOCK_TEST_GMOCK_LINK_TEST_H_
-#include <gmock/gmock.h>
+#include "gmock/gmock.h"
#if !GTEST_OS_WINDOWS_MOBILE
#include <errno.h>
#endif
-#include <gmock/internal/gmock-port.h>
-#include <gtest/gtest.h>
+#include "gmock/internal/gmock-port.h"
+#include "gtest/gtest.h"
#include <iostream>
#include <vector>