aboutsummaryrefslogtreecommitdiffstats
path: root/src/gtest-filepath.cc
diff options
context:
space:
mode:
authorzhanyong.wan <zhanyong.wan@861a406c-534a-0410-8894-cb66d6ee9925>2010-09-14 05:35:59 +0000
committerzhanyong.wan <zhanyong.wan@861a406c-534a-0410-8894-cb66d6ee9925>2010-09-14 05:35:59 +0000
commitdac3e879c56a50696a36f53e1e5e353e48fa665f (patch)
tree153342e638fc52dae7800c9de65ab4576cf52b26 /src/gtest-filepath.cc
parent88e0df62470fa82e8d3010ef88241cd7565ebe9e (diff)
downloadgoogletest-dac3e879c56a50696a36f53e1e5e353e48fa665f.tar.gz
googletest-dac3e879c56a50696a36f53e1e5e353e48fa665f.tar.bz2
googletest-dac3e879c56a50696a36f53e1e5e353e48fa665f.zip
Include gtest headers as user headers instead of system headers.
Diffstat (limited to 'src/gtest-filepath.cc')
-rw-r--r--src/gtest-filepath.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gtest-filepath.cc b/src/gtest-filepath.cc
index c1ef9188..96557f38 100644
--- a/src/gtest-filepath.cc
+++ b/src/gtest-filepath.cc
@@ -29,8 +29,8 @@
//
// Authors: keith.ray@gmail.com (Keith Ray)
-#include <gtest/internal/gtest-filepath.h>
-#include <gtest/internal/gtest-port.h>
+#include "gtest/internal/gtest-filepath.h"
+#include "gtest/internal/gtest-port.h"
#include <stdlib.h>
@@ -57,7 +57,7 @@
#define GTEST_PATH_MAX_ _POSIX_PATH_MAX
#endif // GTEST_OS_WINDOWS
-#include <gtest/internal/gtest-string.h>
+#include "gtest/internal/gtest-string.h"
namespace testing {
namespace internal {