| Index: xfa/src/fxfa/src/app/xfa_ffexclgroup.cpp
|
| diff --git a/xfa/src/fxfa/src/app/xfa_ffexclgroup.cpp b/xfa/src/fxfa/src/app/xfa_ffexclgroup.cpp
|
| index b634a69b5eebb8841d0879a6227a39cc68a389cf..8176ddd38eb2ed19adea66de53ae82b86d044fe5 100644
|
| --- a/xfa/src/fxfa/src/app/xfa_ffexclgroup.cpp
|
| +++ b/xfa/src/fxfa/src/app/xfa_ffexclgroup.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_ffexclgroup.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_ffexclgroup.h"
|
| +#include "xfa/src/fxfa/src/app/xfa_ffpageview.h"
|
| +#include "xfa/src/fxfa/src/app/xfa_ffwidget.h"
|
| +#include "xfa/src/fxfa/src/common/xfa_common.h"
|
| CXFA_FFExclGroup::CXFA_FFExclGroup(CXFA_FFPageView* pPageView,
|
| CXFA_WidgetAcc* pDataAcc)
|
| : CXFA_FFWidget(pPageView, pDataAcc) {}
|
|
|