| Index: core/fxcodec/jbig2/JBig2_HuffmanTable.cpp
|
| diff --git a/core/fxcodec/jbig2/JBig2_HuffmanTable.cpp b/core/fxcodec/jbig2/JBig2_HuffmanTable.cpp
|
| index f4a838eb24b98b5b2eda8b8b423cfa94f6bde7bd..7b1855113dc1acd0c0ccb768570b77b98c3acede 100644
|
| --- a/core/fxcodec/jbig2/JBig2_HuffmanTable.cpp
|
| +++ b/core/fxcodec/jbig2/JBig2_HuffmanTable.cpp
|
| @@ -12,7 +12,7 @@
|
| #include "core/fxcodec/jbig2/JBig2_BitStream.h"
|
| #include "core/fxcodec/jbig2/JBig2_Define.h"
|
| #include "core/fxcodec/jbig2/JBig2_HuffmanTable_Standard.h"
|
| -#include "core/include/fxcrt/fx_memory.h"
|
| +#include "core/fxcrt/include/fx_memory.h"
|
|
|
| CJBig2_HuffmanTable::CJBig2_HuffmanTable(const JBig2TableLine* pTable,
|
| FX_DWORD nLines,
|
|
|