| Index: core/fxcodec/jbig2/JBig2_BitStream.cpp
 | 
| diff --git a/core/fxcodec/jbig2/JBig2_BitStream.cpp b/core/fxcodec/jbig2/JBig2_BitStream.cpp
 | 
| index 7aee93d95f4da5bf162771b8cb8447bc41844a11..b5dfe92cda9cabef4e69325a809eb5bbee1c5a00 100644
 | 
| --- a/core/fxcodec/jbig2/JBig2_BitStream.cpp
 | 
| +++ b/core/fxcodec/jbig2/JBig2_BitStream.cpp
 | 
| @@ -8,8 +8,8 @@
 | 
|  
 | 
|  #include <algorithm>
 | 
|  
 | 
| -#include "core/fpdfapi/fpdf_parser/cpdf_stream.h"
 | 
| -#include "core/fpdfapi/fpdf_parser/cpdf_stream_acc.h"
 | 
| +#include "core/fpdfapi/parser/cpdf_stream.h"
 | 
| +#include "core/fpdfapi/parser/cpdf_stream_acc.h"
 | 
|  
 | 
|  CJBig2_BitStream::CJBig2_BitStream(CPDF_StreamAcc* pSrcStream)
 | 
|      : m_pBuf(pSrcStream->GetData()),
 | 
| 
 |