From 4b337799480c64e8db5b2bc50cea876d3789b989 Mon Sep 17 00:00:00 2001 From: Dan Sinclair Date: Wed, 24 Feb 2016 13:26:27 -0500 Subject: Remove xfa_common.h and IWYU. R=thestig@chromium.org Review URL: https://codereview.chromium.org/1733693002 . --- testing/libfuzzer/pdf_xml_fuzzer.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing/libfuzzer') diff --git a/testing/libfuzzer/pdf_xml_fuzzer.cc b/testing/libfuzzer/pdf_xml_fuzzer.cc index 3eb1c8b5e5..3e8e18a4dc 100644 --- a/testing/libfuzzer/pdf_xml_fuzzer.cc +++ b/testing/libfuzzer/pdf_xml_fuzzer.cc @@ -10,7 +10,7 @@ #include "core/include/fxcrt/fx_basic.h" #include "core/include/fxcrt/fx_system.h" #include "xfa/src/foxitlib.h" -#include "xfa/src/fxfa/src/common/xfa_common.h" +#include "xfa/src/fxfa/src/common/xfa_parser.h" #include "xfa/src/fxfa/src/parser/xfa_parser_imp.h" namespace { -- cgit v1.2.3