From e7bd5081be68feb4978659a0c18090314ff44d09 Mon Sep 17 00:00:00 2001 From: Lei Zhang Date: Fri, 9 Oct 2015 13:55:41 -0700 Subject: Merge to XFA: Fix include paths for fx_system.h TBR=dml@google.com Review URL: https://codereview.chromium.org/1390863002 . (cherry picked from commit fb0334733cf4a541636128f77f9fe8067a8c70f6) Review URL: https://codereview.chromium.org/1395213003 . --- core/src/fxcodec/jbig2/JBig2_PddProc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/src/fxcodec/jbig2/JBig2_PddProc.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; -- cgit v1.2.3