| Index: core/src/fxcodec/jbig2/JBig2_HtrdProc.cpp
 | 
| diff --git a/core/src/fxcodec/jbig2/JBig2_HtrdProc.cpp b/core/src/fxcodec/jbig2/JBig2_HtrdProc.cpp
 | 
| index a5a8b7abfee0ed59d68b1bca23df9200f77b32f3..d9768345a0f9020eaa100775c1b7945de9cce9d5 100644
 | 
| --- a/core/src/fxcodec/jbig2/JBig2_HtrdProc.cpp
 | 
| +++ b/core/src/fxcodec/jbig2/JBig2_HtrdProc.cpp
 | 
| @@ -6,9 +6,9 @@
 | 
|  
 | 
|  #include "JBig2_HtrdProc.h"
 | 
|  
 | 
| -#include "../../../../third_party/base/nonstd_unique_ptr.h"
 | 
|  #include "../../../include/fxcrt/fx_basic.h"
 | 
|  #include "JBig2_GsidProc.h"
 | 
| +#include "third_party/base/nonstd_unique_ptr.h"
 | 
|  
 | 
|  CJBig2_Image* CJBig2_HTRDProc::decode_Arith(CJBig2_ArithDecoder* pArithDecoder,
 | 
|                                              JBig2ArithCtx* gbContext,
 | 
| 
 |