summaryrefslogtreecommitdiff
path: root/testing/libfuzzer/pdf_jpx_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_jpx_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_jpx_fuzzer.cc')
-rw-r--r--testing/libfuzzer/pdf_jpx_fuzzer.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/libfuzzer/pdf_jpx_fuzzer.cc b/testing/libfuzzer/pdf_jpx_fuzzer.cc
index 7af5d13fc1..bea7ba2dbe 100644
--- a/testing/libfuzzer/pdf_jpx_fuzzer.cc
+++ b/testing/libfuzzer/pdf_jpx_fuzzer.cc
@@ -7,7 +7,7 @@
#include <vector>
#include "core/fxcodec/codec/codec_int.h"
-#include "core/fxge/include/fx_dib.h"
+#include "core/fxge/fx_dib.h"
CCodec_JpxModule g_module;