| Index: core/src/fxcodec/jbig2/JBig2_BitStream.cpp
 | 
| diff --git a/core/src/fxcodec/jbig2/JBig2_BitStream.cpp b/core/src/fxcodec/jbig2/JBig2_BitStream.cpp
 | 
| index 5e99e80e7cd7e490bd8eac2ea8f83979f0bae9af..1fe7a26aa84c54ab17789ca8a302d5fabd65fb43 100644
 | 
| --- a/core/src/fxcodec/jbig2/JBig2_BitStream.cpp
 | 
| +++ b/core/src/fxcodec/jbig2/JBig2_BitStream.cpp
 | 
| @@ -8,7 +8,7 @@
 | 
|  
 | 
|  #include <algorithm>
 | 
|  
 | 
| -#include "core/include/fpdfapi/fpdf_objects.h"
 | 
| +#include "core/include/fpdfapi/cpdf_stream.h"
 | 
|  
 | 
|  CJBig2_BitStream::CJBig2_BitStream(CPDF_StreamAcc* pSrcStream)
 | 
|      : m_pBuf(pSrcStream->GetData()),
 | 
| 
 |