commit | 53e08c44dd34857ba57581d7c5774d6c96a8d0e1 | [log] [tgz] |
---|---|---|
author | zhanyong.wan <zhanyong.wan@8415998a-534a-0410-bf83-d39667b30386> | Tue Sep 14 05:38:21 2010 +0000 |
committer | zhanyong.wan <zhanyong.wan@8415998a-534a-0410-bf83-d39667b30386> | Tue Sep 14 05:38:21 2010 +0000 |
tree | 8aee751ab6c88f64cbc2ea4de63e80a6f955fc9e | |
parent | ad7c462be7ea6041419426f98b5653bd98ad14dc [diff] [blame] |
Include gtest and gmock headers as user headers instead of system headers.
diff --git a/test/gmock_test.cc b/test/gmock_test.cc index 0c83260..ba137dd 100644 --- a/test/gmock_test.cc +++ b/test/gmock_test.cc
@@ -33,10 +33,10 @@ // // This file tests code in gmock.cc. -#include <gmock/gmock.h> +#include "gmock/gmock.h" #include <string> -#include <gtest/gtest.h> +#include "gtest/gtest.h" using testing::GMOCK_FLAG(verbose); using testing::InitGoogleMock;