diff options
Diffstat (limited to 'testing/gmock/test/gmock-generated-function-mockers_test.cc')
-rw-r--r-- | testing/gmock/test/gmock-generated-function-mockers_test.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/gmock/test/gmock-generated-function-mockers_test.cc b/testing/gmock/test/gmock-generated-function-mockers_test.cc index 5d839c4..d000386 100644 --- a/testing/gmock/test/gmock-generated-function-mockers_test.cc +++ b/testing/gmock/test/gmock-generated-function-mockers_test.cc @@ -33,12 +33,12 @@ // // This file tests the function mocker classes. -#include <gmock/gmock-generated-function-mockers.h> +#include "gmock/gmock-generated-function-mockers.h" #include <map> #include <string> -#include <gmock/gmock.h> -#include <gtest/gtest.h> +#include "gmock/gmock.h" +#include "gtest/gtest.h" #if GTEST_OS_WINDOWS // MSDN says the header file to be included for STDMETHOD is BaseTyps.h but |