diff options
author | David Lattimore <dml@google.com> | 2015-10-07 09:20:13 +1100 |
---|---|---|
committer | David Lattimore <dml@google.com> | 2015-10-07 09:20:13 +1100 |
commit | fb0334733cf4a541636128f77f9fe8067a8c70f6 (patch) | |
tree | 01d87d0dbf03637ed002ab703e8fe47652badfcd /core/src | |
parent | ebd39a6a8fcbbbf1c5a2e6f1b2e30f452971d0ee (diff) | |
download | pdfium-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')
-rw-r--r-- | core/src/fxcodec/jbig2/JBig2_GrdProc.h | 2 | ||||
-rw-r--r-- | core/src/fxcodec/jbig2/JBig2_GrrdProc.h | 2 | ||||
-rw-r--r-- | core/src/fxcodec/jbig2/JBig2_GsidProc.h | 2 | ||||
-rw-r--r-- | core/src/fxcodec/jbig2/JBig2_HtrdProc.h | 2 | ||||
-rw-r--r-- | core/src/fxcodec/jbig2/JBig2_PddProc.h | 2 | ||||
-rw-r--r-- | core/src/fxcodec/jbig2/JBig2_SddProc.h | 2 | ||||
-rw-r--r-- | core/src/fxcodec/jbig2/JBig2_TrdProc.h | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/core/src/fxcodec/jbig2/JBig2_GrdProc.h b/core/src/fxcodec/jbig2/JBig2_GrdProc.h index 6729e22eed..fc3cb5cee8 100644 --- a/core/src/fxcodec/jbig2/JBig2_GrdProc.h +++ b/core/src/fxcodec/jbig2/JBig2_GrdProc.h @@ -7,7 +7,7 @@ #ifndef CORE_SRC_FXCODEC_JBIG2_JBIG2_GRDPROC_H_ #define CORE_SRC_FXCODEC_JBIG2_JBIG2_GRDPROC_H_ -#include "../../../core/include/fxcrt/fx_system.h" +#include "../../../include/fxcrt/fx_system.h" #include "../../../include/fxcodec/fx_codec_def.h" #include "../../../include/fxcrt/fx_coordinates.h" diff --git a/core/src/fxcodec/jbig2/JBig2_GrrdProc.h b/core/src/fxcodec/jbig2/JBig2_GrrdProc.h index e6ebffaae4..1a7935bf95 100644 --- a/core/src/fxcodec/jbig2/JBig2_GrrdProc.h +++ b/core/src/fxcodec/jbig2/JBig2_GrrdProc.h @@ -7,7 +7,7 @@ #ifndef CORE_SRC_FXCODEC_JBIG2_JBIG2_GRRDPROC_H_ #define CORE_SRC_FXCODEC_JBIG2_JBIG2_GRRDPROC_H_ -#include "../../../core/include/fxcrt/fx_system.h" +#include "../../../include/fxcrt/fx_system.h" class CJBig2_ArithDecoder; class CJBig2_Image; diff --git a/core/src/fxcodec/jbig2/JBig2_GsidProc.h b/core/src/fxcodec/jbig2/JBig2_GsidProc.h index 230c736dad..93a231f145 100644 --- a/core/src/fxcodec/jbig2/JBig2_GsidProc.h +++ b/core/src/fxcodec/jbig2/JBig2_GsidProc.h @@ -7,7 +7,7 @@ #ifndef CORE_SRC_FXCODEC_JBIG2_JBIG2_GSIDPROC_H_ #define CORE_SRC_FXCODEC_JBIG2_JBIG2_GSIDPROC_H_ -#include "../../../core/include/fxcrt/fx_system.h" +#include "../../../include/fxcrt/fx_system.h" class CJBig2_ArithDecoder; class CJBig2_BitStream; diff --git a/core/src/fxcodec/jbig2/JBig2_HtrdProc.h b/core/src/fxcodec/jbig2/JBig2_HtrdProc.h index bea9494158..f7a507067b 100644 --- a/core/src/fxcodec/jbig2/JBig2_HtrdProc.h +++ b/core/src/fxcodec/jbig2/JBig2_HtrdProc.h @@ -7,7 +7,7 @@ #ifndef CORE_SRC_FXCODEC_JBIG2_JBIG2_HTRDPROC_H_ #define CORE_SRC_FXCODEC_JBIG2_JBIG2_HTRDPROC_H_ -#include "../../../core/include/fxcrt/fx_system.h" +#include "../../../include/fxcrt/fx_system.h" #include "JBig2_Image.h" 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; diff --git a/core/src/fxcodec/jbig2/JBig2_SddProc.h b/core/src/fxcodec/jbig2/JBig2_SddProc.h index 7bc910fea1..2c55113dae 100644 --- a/core/src/fxcodec/jbig2/JBig2_SddProc.h +++ b/core/src/fxcodec/jbig2/JBig2_SddProc.h @@ -7,7 +7,7 @@ #ifndef CORE_SRC_FXCODEC_JBIG2_JBIG2_SDDPROC_H_ #define CORE_SRC_FXCODEC_JBIG2_JBIG2_SDDPROC_H_ -#include "../../../core/include/fxcrt/fx_system.h" +#include "../../../include/fxcrt/fx_system.h" class CJBig2_ArithDecoder; class CJBig2_BitStream; diff --git a/core/src/fxcodec/jbig2/JBig2_TrdProc.h b/core/src/fxcodec/jbig2/JBig2_TrdProc.h index 1ab7d6a11a..a2358059ac 100644 --- a/core/src/fxcodec/jbig2/JBig2_TrdProc.h +++ b/core/src/fxcodec/jbig2/JBig2_TrdProc.h @@ -7,7 +7,7 @@ #ifndef CORE_SRC_FXCODEC_JBIG2_JBIG2_TRDPROC_H_ #define CORE_SRC_FXCODEC_JBIG2_JBIG2_TRDPROC_H_ -#include "../../../core/include/fxcrt/fx_system.h" +#include "../../../include/fxcrt/fx_system.h" #include "JBig2_Image.h" |