From b7e749bb60ecc8b6a8e889d34a6b5552f5704bff Mon Sep 17 00:00:00 2001 From: Krystian Kuzniarek Date: Mon, 17 Feb 2020 22:54:36 +0100 Subject: [PATCH] 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 | 1 - 1 file changed, 1 deletion(-) diff --git a/googletest/include/gtest/gtest-printers.h b/googletest/include/gtest/gtest-printers.h index 407d1f18..8df9803a 100644 --- a/googletest/include/gtest/gtest-printers.h +++ b/googletest/include/gtest/gtest-printers.h @@ -112,7 +112,6 @@ #include "gtest/internal/gtest-port.h" #if GTEST_HAS_ABSL -#include "absl/strings/string_view.h" #include "absl/types/optional.h" #include "absl/types/variant.h" #endif // GTEST_HAS_ABSL