| Index: xfa/fxfa/app/xfa_ffcheckbutton.cpp
|
| diff --git a/xfa/src/fxfa/app/xfa_ffcheckbutton.cpp b/xfa/fxfa/app/xfa_ffcheckbutton.cpp
|
| similarity index 97%
|
| rename from xfa/src/fxfa/app/xfa_ffcheckbutton.cpp
|
| rename to xfa/fxfa/app/xfa_ffcheckbutton.cpp
|
| index e5a6e809c4830c99f44b9a5fbef004f0ea6b22d5..862a2cd01310f95d398b4a4d4ad934acde8fddbc 100644
|
| --- a/xfa/src/fxfa/app/xfa_ffcheckbutton.cpp
|
| +++ b/xfa/fxfa/app/xfa_ffcheckbutton.cpp
|
| @@ -4,17 +4,17 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#include "xfa/src/fxfa/app/xfa_ffcheckbutton.h"
|
| +#include "xfa/fxfa/app/xfa_ffcheckbutton.h"
|
|
|
| +#include "xfa/fxfa/app/xfa_ffapp.h"
|
| +#include "xfa/fxfa/app/xfa_ffdoc.h"
|
| +#include "xfa/fxfa/app/xfa_ffdocview.h"
|
| +#include "xfa/fxfa/app/xfa_ffexclgroup.h"
|
| +#include "xfa/fxfa/app/xfa_fffield.h"
|
| +#include "xfa/fxfa/app/xfa_ffpageview.h"
|
| +#include "xfa/fxfa/app/xfa_ffwidget.h"
|
| #include "xfa/include/fwl/core/fwl_widgetmgr.h"
|
| #include "xfa/include/fwl/lightwidget/checkbox.h"
|
| -#include "xfa/src/fxfa/app/xfa_ffapp.h"
|
| -#include "xfa/src/fxfa/app/xfa_ffdoc.h"
|
| -#include "xfa/src/fxfa/app/xfa_ffdocview.h"
|
| -#include "xfa/src/fxfa/app/xfa_ffexclgroup.h"
|
| -#include "xfa/src/fxfa/app/xfa_fffield.h"
|
| -#include "xfa/src/fxfa/app/xfa_ffpageview.h"
|
| -#include "xfa/src/fxfa/app/xfa_ffwidget.h"
|
|
|
| CXFA_FFCheckButton::CXFA_FFCheckButton(CXFA_FFPageView* pPageView,
|
| CXFA_WidgetAcc* pDataAcc)
|
|
|