From 86e5474dc4ff7fe0d0850f26f7320e1e57f3fd21 Mon Sep 17 00:00:00 2001 From: dsinclair Date: Wed, 6 Apr 2016 12:30:31 -0700 Subject: Move include/fxcodec to fxcodec/include Review URL: https://codereview.chromium.org/1864153002 --- core/fxcodec/jbig2/JBig2_GrdProc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/fxcodec/jbig2/JBig2_GrdProc.cpp') diff --git a/core/fxcodec/jbig2/JBig2_GrdProc.cpp b/core/fxcodec/jbig2/JBig2_GrdProc.cpp index 5f3b47f659..2391fb2b07 100644 --- a/core/fxcodec/jbig2/JBig2_GrdProc.cpp +++ b/core/fxcodec/jbig2/JBig2_GrdProc.cpp @@ -8,10 +8,10 @@ #include +#include "core/fxcodec/include/fx_codec.h" #include "core/fxcodec/jbig2/JBig2_ArithDecoder.h" #include "core/fxcodec/jbig2/JBig2_BitStream.h" #include "core/fxcodec/jbig2/JBig2_Image.h" -#include "core/include/fxcodec/fx_codec.h" CJBig2_GRDProc::CJBig2_GRDProc() : m_loopIndex(0), -- cgit v1.2.3