From 82e56873734a23e1db37867ed4ca315fee0863da Mon Sep 17 00:00:00 2001 From: Krystian Kuzniarek Date: Mon, 17 Feb 2020 22:54:36 +0100 Subject: remove a duplicated include Detection of string_view type (whether it's std or Abseil) is done in googletest/include/gtest/internal/gtest-port.h with GTEST_INTERNAL_HAS_STRING_VIEW. --- googletest/include/gtest/gtest-printers.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'googletest/include/gtest/gtest-printers.h') diff --git a/googletest/include/gtest/gtest-printers.h b/googletest/include/gtest/gtest-printers.h index 5123d69b..308b0eb2 100644 --- a/googletest/include/gtest/gtest-printers.h +++ b/googletest/include/gtest/gtest-printers.h @@ -111,10 +111,6 @@ #include "gtest/internal/gtest-internal.h" #include "gtest/internal/gtest-port.h" -#if GTEST_HAS_ABSL -#include "absl/strings/string_view.h" -#endif // GTEST_HAS_ABSL - namespace testing { // Definitions in the internal* namespaces are subject to change without notice. -- cgit v1.2.1