diff options
Diffstat (limited to 'core/fxcodec/jbig2/JBig2_Define.h')
-rw-r--r-- | core/fxcodec/jbig2/JBig2_Define.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/core/fxcodec/jbig2/JBig2_Define.h b/core/fxcodec/jbig2/JBig2_Define.h index 6fc3434ac7..17eb007bd4 100644 --- a/core/fxcodec/jbig2/JBig2_Define.h +++ b/core/fxcodec/jbig2/JBig2_Define.h @@ -7,10 +7,8 @@ #ifndef CORE_FXCODEC_JBIG2_JBIG2_DEFINE_H_ #define CORE_FXCODEC_JBIG2_JBIG2_DEFINE_H_ -#include "core/fxcrt/fx_system.h" +#include <stdint.h> -#define JBIG2_memset memset -#define JBIG2_memcpy memcpy #define JBIG2_OOB 1 struct JBig2RegionInfo { |