diff options
author | zhanyong.wan <zhanyong.wan@861a406c-534a-0410-8894-cb66d6ee9925> | 2010-09-14 05:35:59 (GMT) |
---|---|---|
committer | zhanyong.wan <zhanyong.wan@861a406c-534a-0410-8894-cb66d6ee9925> | 2010-09-14 05:35:59 (GMT) |
commit | dac3e879c56a50696a36f53e1e5e353e48fa665f (patch) | |
tree | 153342e638fc52dae7800c9de65ab4576cf52b26 /test/gtest_output_test_.cc | |
parent | 88e0df62470fa82e8d3010ef88241cd7565ebe9e (diff) | |
download | googletest-dac3e879c56a50696a36f53e1e5e353e48fa665f.zip googletest-dac3e879c56a50696a36f53e1e5e353e48fa665f.tar.gz googletest-dac3e879c56a50696a36f53e1e5e353e48fa665f.tar.bz2 |
Include gtest headers as user headers instead of system headers.
Diffstat (limited to 'test/gtest_output_test_.cc')
-rw-r--r-- | test/gtest_output_test_.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/gtest_output_test_.cc b/test/gtest_output_test_.cc index fc80fac..47343e5 100644 --- a/test/gtest_output_test_.cc +++ b/test/gtest_output_test_.cc @@ -32,8 +32,8 @@ // // Author: wan@google.com (Zhanyong Wan) -#include <gtest/gtest-spi.h> -#include <gtest/gtest.h> +#include "gtest/gtest-spi.h" +#include "gtest/gtest.h" // Indicates that this translation unit is part of Google Test's // implementation. It must come before gtest-internal-inl.h is |