diff options
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 |