diff options
author | npm <npm@chromium.org> | 2016-09-30 08:37:51 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-09-30 08:37:51 -0700 |
commit | 43c8a6adc0045c974fb1c831deeef53fa5a38a82 (patch) | |
tree | 645c4ec4dfc22fc8089d147915337153cb3edd65 /testing/libfuzzer/pdf_fm2js_fuzzer.cc | |
parent | 5b4930967676088f2f0e5ce3b25aed77831d678c (diff) | |
download | pdfium-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_fm2js_fuzzer.cc')
-rw-r--r-- | testing/libfuzzer/pdf_fm2js_fuzzer.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/libfuzzer/pdf_fm2js_fuzzer.cc b/testing/libfuzzer/pdf_fm2js_fuzzer.cc index c1f2de0962..3e3bfae0d4 100644 --- a/testing/libfuzzer/pdf_fm2js_fuzzer.cc +++ b/testing/libfuzzer/pdf_fm2js_fuzzer.cc @@ -5,8 +5,8 @@ #include <cstddef> #include <cstdint> -#include "core/fxcrt/include/fx_basic.h" -#include "core/fxcrt/include/fx_string.h" +#include "core/fxcrt/fx_basic.h" +#include "core/fxcrt/fx_string.h" #include "xfa/fxfa/fm2js/xfa_program.h" extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) { |