From 35d4587eceb07cad6b38675b0ebb4b73eca3a62b Mon Sep 17 00:00:00 2001 From: Lei Zhang Date: Fri, 12 Oct 2018 19:07:03 +0000 Subject: Remove more unnecessary includes and do IWYU as needed. Also move some implementations out of headers. Change-Id: I321fc26970c440d874b135bd28e8bc8156b9afee Reviewed-on: https://pdfium-review.googlesource.com/c/43890 Commit-Queue: Lei Zhang Reviewed-by: Tom Sepez --- testing/fuzzers/pdf_bidi_fuzzer.cc | 1 - testing/fx_string_testhelpers.h | 1 - 2 files changed, 2 deletions(-) (limited to 'testing') diff --git a/testing/fuzzers/pdf_bidi_fuzzer.cc b/testing/fuzzers/pdf_bidi_fuzzer.cc index 9a0e720812..fb3209c46d 100644 --- a/testing/fuzzers/pdf_bidi_fuzzer.cc +++ b/testing/fuzzers/pdf_bidi_fuzzer.cc @@ -8,7 +8,6 @@ #include "core/fxcrt/widestring.h" #include "core/fxge/cfx_font.h" #include "third_party/base/ptr_util.h" -#include "third_party/base/span.h" #include "xfa/fgas/font/cfgas_fontmgr.h" #include "xfa/fgas/font/cfgas_gefont.h" #include "xfa/fgas/layout/cfx_rtfbreak.h" diff --git a/testing/fx_string_testhelpers.h b/testing/fx_string_testhelpers.h index e4ed78d3a4..603d1ded8f 100644 --- a/testing/fx_string_testhelpers.h +++ b/testing/fx_string_testhelpers.h @@ -9,7 +9,6 @@ #include "core/fxcrt/cfx_datetime.h" #include "core/fxcrt/fx_stream.h" -#include "third_party/base/span.h" // Output stream operator so GTEST macros work with CFX_DateTime objects. std::ostream& operator<<(std::ostream& os, const CFX_DateTime& dt); -- cgit v1.2.3