| Index: xfa/fxfa/app/xfa_ffpath.cpp
|
| diff --git a/xfa/src/fxfa/app/xfa_ffpath.cpp b/xfa/fxfa/app/xfa_ffpath.cpp
|
| similarity index 95%
|
| rename from xfa/src/fxfa/app/xfa_ffpath.cpp
|
| rename to xfa/fxfa/app/xfa_ffpath.cpp
|
| index 6f744c9753b046e6690e9c8b059e38dd3db1415b..f082232905f888696dbc2190a3bef603a930ee5f 100644
|
| --- a/xfa/src/fxfa/app/xfa_ffpath.cpp
|
| +++ b/xfa/fxfa/app/xfa_ffpath.cpp
|
| @@ -4,14 +4,14 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#include "xfa/src/fxfa/app/xfa_ffpath.h"
|
| +#include "xfa/fxfa/app/xfa_ffpath.h"
|
|
|
| +#include "xfa/fxfa/app/xfa_ffapp.h"
|
| +#include "xfa/fxfa/app/xfa_ffdoc.h"
|
| +#include "xfa/fxfa/app/xfa_ffdraw.h"
|
| +#include "xfa/fxfa/app/xfa_ffpageview.h"
|
| +#include "xfa/fxfa/app/xfa_ffwidget.h"
|
| #include "xfa/include/fxgraphics/fx_graphics.h"
|
| -#include "xfa/src/fxfa/app/xfa_ffapp.h"
|
| -#include "xfa/src/fxfa/app/xfa_ffdoc.h"
|
| -#include "xfa/src/fxfa/app/xfa_ffdraw.h"
|
| -#include "xfa/src/fxfa/app/xfa_ffpageview.h"
|
| -#include "xfa/src/fxfa/app/xfa_ffwidget.h"
|
|
|
| CXFA_FFLine::CXFA_FFLine(CXFA_FFPageView* pPageView, CXFA_WidgetAcc* pDataAcc)
|
| : CXFA_FFDraw(pPageView, pDataAcc) {}
|
|
|