| Index: core/fxcodec/jbig2/JBig2_PatternDict.cpp
 | 
| diff --git a/core/fxcodec/jbig2/JBig2_PatternDict.cpp b/core/fxcodec/jbig2/JBig2_PatternDict.cpp
 | 
| index 58157ef13a8cb7aec8bbf239e1616a1507fbc047..3db672e86bef83630d273201de756263ffef8ad5 100644
 | 
| --- a/core/fxcodec/jbig2/JBig2_PatternDict.cpp
 | 
| +++ b/core/fxcodec/jbig2/JBig2_PatternDict.cpp
 | 
| @@ -6,7 +6,7 @@
 | 
|  
 | 
|  #include "core/fxcodec/jbig2/JBig2_PatternDict.h"
 | 
|  
 | 
| -#include "core/include/fxcrt/fx_memory.h"
 | 
| +#include "core/fxcrt/include/fx_memory.h"
 | 
|  
 | 
|  CJBig2_PatternDict::CJBig2_PatternDict() {
 | 
|    NUMPATS = 0;
 | 
| 
 |