summaryrefslogtreecommitdiff
path: root/core/src/fxcodec/jbig2/JBig2_PddProc.h
diff options
context:
space:
mode:
authorDavid Lattimore <dml@google.com>2015-10-07 09:20:13 +1100
committerDavid Lattimore <dml@google.com>2015-10-07 09:20:13 +1100
commitfb0334733cf4a541636128f77f9fe8067a8c70f6 (patch)
tree01d87d0dbf03637ed002ab703e8fe47652badfcd /core/src/fxcodec/jbig2/JBig2_PddProc.h
parentebd39a6a8fcbbbf1c5a2e6f1b2e30f452971d0ee (diff)
downloadpdfium-fb0334733cf4a541636128f77f9fe8067a8c70f6.tar.xz
Fix include paths for fx_system.h
R=thestig@chromium.org BUG= Review URL: https://codereview.chromium.org/1390863002 .
Diffstat (limited to 'core/src/fxcodec/jbig2/JBig2_PddProc.h')
-rw-r--r--core/src/fxcodec/jbig2/JBig2_PddProc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/fxcodec/jbig2/JBig2_PddProc.h b/core/src/fxcodec/jbig2/JBig2_PddProc.h
index 59261555c0..5b4e609a7a 100644
--- a/core/src/fxcodec/jbig2/JBig2_PddProc.h
+++ b/core/src/fxcodec/jbig2/JBig2_PddProc.h
@@ -7,7 +7,7 @@
#ifndef CORE_SRC_FXCODEC_JBIG2_JBIG2_PDDPROC_H_
#define CORE_SRC_FXCODEC_JBIG2_JBIG2_PDDPROC_H_
-#include "../../../core/include/fxcrt/fx_system.h"
+#include "../../../include/fxcrt/fx_system.h"
class CJBig2_ArithDecoder;
class CJBig2_BitStream;