summaryrefslogtreecommitdiff
path: root/testing/libfuzzer/pdf_xml_fuzzer.cc
diff options
context:
space:
mode:
authorDan Sinclair <dsinclair@chromium.org>2016-02-24 13:26:27 -0500
committerDan Sinclair <dsinclair@chromium.org>2016-02-24 13:26:27 -0500
commit4b337799480c64e8db5b2bc50cea876d3789b989 (patch)
tree31e476dd6988580aaae8196ef0c68554e38346bd /testing/libfuzzer/pdf_xml_fuzzer.cc
parentd826067558d2397cb279ab941a2dc088f0cd7a4b (diff)
downloadpdfium-4b337799480c64e8db5b2bc50cea876d3789b989.tar.xz
Remove xfa_common.h and IWYU.
R=thestig@chromium.org Review URL: https://codereview.chromium.org/1733693002 .
Diffstat (limited to 'testing/libfuzzer/pdf_xml_fuzzer.cc')
-rw-r--r--testing/libfuzzer/pdf_xml_fuzzer.cc2
1 files changed, 1 insertions, 1 deletions
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 {