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.
This commit is contained in:
Krystian Kuzniarek 2020-02-17 22:54:36 +01:00
parent 23b2a3b1cf
commit b7e749bb60

View File

@ -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