diff options
author | Simon Newton <nomis52@gmail.com> | 2015-09-17 15:33:43 (GMT) |
---|---|---|
committer | Simon Newton <nomis52@gmail.com> | 2015-09-17 15:33:43 (GMT) |
commit | 39062f4e3005cac0b919d3dbe83b3d1e6b61a8ae (patch) | |
tree | 9f346d9bfb4c5769d59159ef812c7c00edeecd33 /googlemock/test | |
parent | de411c3e80120f8dcc2a3f4f62f3ca692c0431d7 (diff) | |
download | googletest-39062f4e3005cac0b919d3dbe83b3d1e6b61a8ae.zip googletest-39062f4e3005cac0b919d3dbe83b3d1e6b61a8ae.tar.gz googletest-39062f4e3005cac0b919d3dbe83b3d1e6b61a8ae.tar.bz2 |
Fix the googlemock autotools build.refs/pull/589/head
Diffstat (limited to 'googlemock/test')
-rw-r--r-- | googlemock/test/gmock_test.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/googlemock/test/gmock_test.cc b/googlemock/test/gmock_test.cc index ae5e22c..d8d0c57 100644 --- a/googlemock/test/gmock_test.cc +++ b/googlemock/test/gmock_test.cc @@ -37,7 +37,6 @@ #include <string> #include "gtest/gtest.h" -#include "gtest/internal/custom/gtest.h" #if !defined(GTEST_CUSTOM_INIT_GOOGLE_TEST_FUNCTION_) |