Commit 9fd28438 authored by Andy Getz's avatar Andy Getz
Browse files

Merge pull request #2714 from kuzkry:remove-repeated-include

PiperOrigin-RevId: 340266002
parents ee2c62a6 82e56873
...@@ -111,10 +111,6 @@ ...@@ -111,10 +111,6 @@
#include "gtest/internal/gtest-internal.h" #include "gtest/internal/gtest-internal.h"
#include "gtest/internal/gtest-port.h" #include "gtest/internal/gtest-port.h"
#if GTEST_HAS_ABSL
#include "absl/strings/string_view.h"
#endif // GTEST_HAS_ABSL
namespace testing { namespace testing {
// Definitions in the internal* namespaces are subject to change without notice. // Definitions in the internal* namespaces are subject to change without notice.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment