Index: core/fxcodec/jbig2/JBig2_Context.cpp |
diff --git a/core/fxcodec/jbig2/JBig2_Context.cpp b/core/fxcodec/jbig2/JBig2_Context.cpp |
index 911eb0bf63c755bc782d2c37bfa95d902f511276..ee5800d7e0cfb641b61258bd0a0bfb408a2b9a57 100644 |
--- a/core/fxcodec/jbig2/JBig2_Context.cpp |
+++ b/core/fxcodec/jbig2/JBig2_Context.cpp |
@@ -11,8 +11,8 @@ |
#include <utility> |
#include <vector> |
-#include "core/fpdfapi/fpdf_parser/include/cpdf_stream.h" |
-#include "core/fpdfapi/fpdf_parser/include/cpdf_stream_acc.h" |
+#include "core/fpdfapi/fpdf_parser/cpdf_stream.h" |
+#include "core/fpdfapi/fpdf_parser/cpdf_stream_acc.h" |
#include "core/fxcodec/jbig2/JBig2_ArithDecoder.h" |
#include "core/fxcodec/jbig2/JBig2_BitStream.h" |
#include "core/fxcodec/jbig2/JBig2_GrdProc.h" |