From 43c8a6adc0045c974fb1c831deeef53fa5a38a82 Mon Sep 17 00:00:00 2001 From: npm Date: Fri, 30 Sep 2016 08:37:51 -0700 Subject: Fix #includes in libfuzzer so pdfium can be rolled Note: pdfium bots don't seem to touch these files. Review-Url: https://codereview.chromium.org/2379973005 --- testing/libfuzzer/pdf_xml_fuzzer.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testing/libfuzzer/pdf_xml_fuzzer.cc') diff --git a/testing/libfuzzer/pdf_xml_fuzzer.cc b/testing/libfuzzer/pdf_xml_fuzzer.cc index c87199985e..199cba2996 100644 --- a/testing/libfuzzer/pdf_xml_fuzzer.cc +++ b/testing/libfuzzer/pdf_xml_fuzzer.cc @@ -7,8 +7,8 @@ #include #include -#include "core/fxcrt/include/fx_basic.h" -#include "core/fxcrt/include/fx_system.h" +#include "core/fxcrt/fx_basic.h" +#include "core/fxcrt/fx_system.h" #include "xfa/fde/xml/fde_xml_imp.h" #include "xfa/fxfa/parser/cxfa_xml_parser.h" #include "xfa/fxfa/parser/cxfa_widetextread.h" -- cgit v1.2.3