diff options
Diffstat (limited to 'testing/fuzzers')
-rw-r--r-- | testing/fuzzers/pdf_css_fuzzer.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/testing/fuzzers/pdf_css_fuzzer.cc b/testing/fuzzers/pdf_css_fuzzer.cc index 4f2f410aa3..f820972b56 100644 --- a/testing/fuzzers/pdf_css_fuzzer.cc +++ b/testing/fuzzers/pdf_css_fuzzer.cc @@ -7,7 +7,6 @@ #include "core/fxcrt/css/cfx_css.h" #include "core/fxcrt/css/cfx_csssyntaxparser.h" #include "core/fxcrt/fx_string.h" -#include "core/fxcrt/retain_ptr.h" extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) { WideString input = |