diff options
Diffstat (limited to 'testing/gtest/test/gtest-filepath_test.cc')
-rw-r--r-- | testing/gtest/test/gtest-filepath_test.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/gtest/test/gtest-filepath_test.cc b/testing/gtest/test/gtest-filepath_test.cc index 6250282..549dcef 100644 --- a/testing/gtest/test/gtest-filepath_test.cc +++ b/testing/gtest/test/gtest-filepath_test.cc @@ -38,8 +38,8 @@ // build or make-files for some existing Google Test clients. Do not // #include this file anywhere else! -#include <gtest/internal/gtest-filepath.h> -#include <gtest/gtest.h> +#include "gtest/internal/gtest-filepath.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 |