diff options
author | zhanyong.wan <zhanyong.wan@8415998a-534a-0410-bf83-d39667b30386> | 2010-09-14 05:38:21 +0000 |
---|---|---|
committer | zhanyong.wan <zhanyong.wan@8415998a-534a-0410-bf83-d39667b30386> | 2010-09-14 05:38:21 +0000 |
commit | 53e08c44dd34857ba57581d7c5774d6c96a8d0e1 (patch) | |
tree | 8aee751ab6c88f64cbc2ea4de63e80a6f955fc9e /include/gmock/internal/gmock-port.h | |
parent | ad7c462be7ea6041419426f98b5653bd98ad14dc (diff) | |
download | googletest-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 'include/gmock/internal/gmock-port.h')
-rw-r--r-- | include/gmock/internal/gmock-port.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/gmock/internal/gmock-port.h b/include/gmock/internal/gmock-port.h index b644eb4f..bb3f5838 100644 --- a/include/gmock/internal/gmock-port.h +++ b/include/gmock/internal/gmock-port.h @@ -42,8 +42,8 @@ // Most of the types needed for porting Google Mock are also required // for Google Test and are defined in gtest-port.h. -#include <gtest/internal/gtest-linked_ptr.h> -#include <gtest/internal/gtest-port.h> +#include "gtest/internal/gtest-linked_ptr.h" +#include "gtest/internal/gtest-port.h" // To avoid conditional compilation everywhere, we make it // gmock-port.h's responsibility to #include the header implementing |