| Index: xfa/src/fxfa/src/app/xfa_ffsubform.cpp
|
| diff --git a/xfa/src/fxfa/src/app/xfa_ffsubform.cpp b/xfa/src/fxfa/src/app/xfa_ffsubform.cpp
|
| index 97b37c32c751e466782ac8b80ef80e94c18fa6d7..9e826f241bd1353b392f0e056aa6b200fb0c2424 100644
|
| --- a/xfa/src/fxfa/src/app/xfa_ffsubform.cpp
|
| +++ b/xfa/src/fxfa/src/app/xfa_ffsubform.cpp
|
| @@ -5,12 +5,12 @@
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| #include "xfa/src/foxitlib.h"
|
| -#include "xfa/src/fxfa/src/common/xfa_common.h"
|
| -#include "xfa/src/fxfa/src/app/xfa_ffwidget.h"
|
| -#include "xfa/src/fxfa/src/app/xfa_ffsubform.h"
|
| -#include "xfa/src/fxfa/src/app/xfa_ffpageview.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_ffpageview.h"
|
| +#include "xfa/src/fxfa/src/app/xfa_ffsubform.h"
|
| +#include "xfa/src/fxfa/src/app/xfa_ffwidget.h"
|
| +#include "xfa/src/fxfa/src/common/xfa_common.h"
|
| CXFA_FFSubForm::CXFA_FFSubForm(CXFA_FFPageView* pPageView,
|
| CXFA_WidgetAcc* pDataAcc)
|
| : CXFA_FFWidget(pPageView, pDataAcc) {}
|
|
|