summaryrefslogtreecommitdiff
path: root/testing/libfuzzer/pdf_xml_fuzzer.cc
diff options
context:
space:
mode:
authornpm <npm@chromium.org>2016-09-30 08:37:51 -0700
committerCommit bot <commit-bot@chromium.org>2016-09-30 08:37:51 -0700
commit43c8a6adc0045c974fb1c831deeef53fa5a38a82 (patch)
tree645c4ec4dfc22fc8089d147915337153cb3edd65 /testing/libfuzzer/pdf_xml_fuzzer.cc
parent5b4930967676088f2f0e5ce3b25aed77831d678c (diff)
downloadpdfium-43c8a6adc0045c974fb1c831deeef53fa5a38a82.tar.xz
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
Diffstat (limited to 'testing/libfuzzer/pdf_xml_fuzzer.cc')
-rw-r--r--testing/libfuzzer/pdf_xml_fuzzer.cc4
1 files changed, 2 insertions, 2 deletions
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 <limits>
#include <memory>
-#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"