| Index: xfa/src/fxfa/src/app/xfa_ffpath.cpp
|
| diff --git a/xfa/src/fxfa/src/app/xfa_ffpath.cpp b/xfa/src/fxfa/src/app/xfa_ffpath.cpp
|
| index 7c3239fb502add321307c080b0288602c94638c9..1fdcb830515b89860319551e6b181834c9ed87df 100644
|
| --- a/xfa/src/fxfa/src/app/xfa_ffpath.cpp
|
| +++ b/xfa/src/fxfa/src/app/xfa_ffpath.cpp
|
| @@ -4,12 +4,13 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#include "xfa/src/foxitlib.h"
|
| +#include "xfa/src/fxfa/src/app/xfa_ffpath.h"
|
| +
|
| +#include "xfa/include/fxgraphics/fx_graphics.h"
|
| #include "xfa/src/fxfa/src/app/xfa_ffapp.h"
|
| #include "xfa/src/fxfa/src/app/xfa_ffdoc.h"
|
| #include "xfa/src/fxfa/src/app/xfa_ffdraw.h"
|
| #include "xfa/src/fxfa/src/app/xfa_ffpageview.h"
|
| -#include "xfa/src/fxfa/src/app/xfa_ffpath.h"
|
| #include "xfa/src/fxfa/src/app/xfa_ffwidget.h"
|
|
|
| CXFA_FFLine::CXFA_FFLine(CXFA_FFPageView* pPageView, CXFA_WidgetAcc* pDataAcc)
|
|
|