Index: core/fxcodec/jbig2/JBig2_Context.cpp |
diff --git a/core/fxcodec/jbig2/JBig2_Context.cpp b/core/fxcodec/jbig2/JBig2_Context.cpp |
index d5eeda081c54117a7d36ae65db27383972f4efcd..89157b9bf1d8d4f2c2e29987d7611c1583123cbf 100644 |
--- a/core/fxcodec/jbig2/JBig2_Context.cpp |
+++ b/core/fxcodec/jbig2/JBig2_Context.cpp |
@@ -11,6 +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/fxcodec/jbig2/JBig2_ArithDecoder.h" |
#include "core/fxcodec/jbig2/JBig2_BitStream.h" |
#include "core/fxcodec/jbig2/JBig2_GrdProc.h" |
@@ -20,8 +22,6 @@ |
#include "core/fxcodec/jbig2/JBig2_PddProc.h" |
#include "core/fxcodec/jbig2/JBig2_SddProc.h" |
#include "core/fxcodec/jbig2/JBig2_TrdProc.h" |
-#include "core/include/fpdfapi/cpdf_stream.h" |
-#include "core/include/fpdfapi/cpdf_stream_acc.h" |
#include "third_party/base/stl_util.h" |
namespace { |