| Index: core/src/fxcodec/jbig2/JBig2_ArithIntDecoder.cpp
|
| diff --git a/core/src/fxcodec/jbig2/JBig2_ArithIntDecoder.cpp b/core/src/fxcodec/jbig2/JBig2_ArithIntDecoder.cpp
|
| index 49be94135564fbcec79efa0c792d6659bcaddf3a..6ee255af1b11c97c6f6e3e9fe8e3935930ba3367 100644
|
| --- a/core/src/fxcodec/jbig2/JBig2_ArithIntDecoder.cpp
|
| +++ b/core/src/fxcodec/jbig2/JBig2_ArithIntDecoder.cpp
|
| @@ -6,7 +6,7 @@
|
|
|
| #include "JBig2_ArithIntDecoder.h"
|
|
|
| -#include "../../../include/fxcrt/fx_basic.h"
|
| +#include "core/include/fxcrt/fx_basic.h"
|
|
|
| namespace {
|
|
|
|
|