| Index: xfa/fxfa/app/xfa_ffpath.cpp
|
| diff --git a/xfa/fxfa/app/xfa_ffpath.cpp b/xfa/fxfa/app/xfa_ffpath.cpp
|
| index eddc41f471395d2ab721116e6daa3fda5a1780be..6f30612942e9a24a7d49be116fda6d453dbe6f86 100644
|
| --- a/xfa/fxfa/app/xfa_ffpath.cpp
|
| +++ b/xfa/fxfa/app/xfa_ffpath.cpp
|
| @@ -7,12 +7,12 @@
|
| #include "xfa/fxfa/app/xfa_ffpath.h"
|
|
|
| #include "xfa/fxfa/app/xfa_ffdraw.h"
|
| -#include "xfa/fxfa/app/xfa_ffwidget.h"
|
| #include "xfa/fxgraphics/cfx_color.h"
|
| #include "xfa/fxgraphics/cfx_path.h"
|
| #include "xfa/include/fxfa/xfa_ffapp.h"
|
| #include "xfa/include/fxfa/xfa_ffdoc.h"
|
| #include "xfa/include/fxfa/xfa_ffpageview.h"
|
| +#include "xfa/include/fxfa/xfa_ffwidget.h"
|
|
|
| CXFA_FFLine::CXFA_FFLine(CXFA_FFPageView* pPageView, CXFA_WidgetAcc* pDataAcc)
|
| : CXFA_FFDraw(pPageView, pDataAcc) {}
|
|
|