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