| Index: core/src/fxcodec/jbig2/JBig2_Segment.h
|
| diff --git a/core/src/fxcodec/jbig2/JBig2_Segment.h b/core/src/fxcodec/jbig2/JBig2_Segment.h
|
| index 4aef27289aafc4b1421b7922f7ad444ec51990d4..f9e454b4a2d8c83fcd5766c703f72a483515a853 100644
|
| --- a/core/src/fxcodec/jbig2/JBig2_Segment.h
|
| +++ b/core/src/fxcodec/jbig2/JBig2_Segment.h
|
| @@ -7,10 +7,10 @@
|
| #ifndef _JBIG2_SEGMENT_H_
|
| #define _JBIG2_SEGMENT_H_
|
|
|
| -#include "JBig2_Define.h"
|
| -#include "JBig2_HuffmanTable.h"
|
| -#include "JBig2_PatternDict.h"
|
| -#include "JBig2_SymbolDict.h"
|
| +#include "core/src/fxcodec/jbig2/JBig2_Define.h"
|
| +#include "core/src/fxcodec/jbig2/JBig2_HuffmanTable.h"
|
| +#include "core/src/fxcodec/jbig2/JBig2_PatternDict.h"
|
| +#include "core/src/fxcodec/jbig2/JBig2_SymbolDict.h"
|
|
|
| #define JBIG2_GET_INT32(buf) \
|
| (((buf)[0] << 24) | ((buf)[1] << 16) | ((buf)[2] << 8) | (buf)[3])
|
|
|