| Index: fpdfsdk/cpdfsdk_annothandlermgr.cpp
|
| diff --git a/fpdfsdk/cpdfsdk_annothandlermgr.cpp b/fpdfsdk/cpdfsdk_annothandlermgr.cpp
|
| index 8fa1093818d5c11e8efde6dcd409b0e440136f5e..347328ec5a9a03d8f57459d80e3fef83449d9b43 100644
|
| --- a/fpdfsdk/cpdfsdk_annothandlermgr.cpp
|
| +++ b/fpdfsdk/cpdfsdk_annothandlermgr.cpp
|
| @@ -8,23 +8,23 @@
|
|
|
| #include "core/fpdfdoc/include/cpdf_annot.h"
|
| #include "fpdfsdk/include/cba_annotiterator.h"
|
| -#include "fpdfsdk/include/cpdfdoc_environment.h"
|
| #include "fpdfsdk/include/cpdfsdk_annot.h"
|
| #include "fpdfsdk/include/cpdfsdk_baannot.h"
|
| #include "fpdfsdk/include/cpdfsdk_baannothandler.h"
|
| #include "fpdfsdk/include/cpdfsdk_datetime.h"
|
| #include "fpdfsdk/include/cpdfsdk_document.h"
|
| +#include "fpdfsdk/include/cpdfsdk_environment.h"
|
| #include "fpdfsdk/include/cpdfsdk_pageview.h"
|
| #include "fpdfsdk/include/cpdfsdk_widgethandler.h"
|
|
|
| #ifdef PDF_ENABLE_XFA
|
| -#include "fpdfsdk/include/cpdfsdk_xfawidgethandler.h"
|
| #include "fpdfsdk/fpdfxfa/include/fpdfxfa_page.h"
|
| +#include "fpdfsdk/include/cpdfsdk_xfawidgethandler.h"
|
| #include "xfa/fxfa/include/xfa_ffpageview.h"
|
| #include "xfa/fxfa/include/xfa_ffwidget.h"
|
| #endif // PDF_ENABLE_XFA
|
|
|
| -CPDFSDK_AnnotHandlerMgr::CPDFSDK_AnnotHandlerMgr(CPDFDoc_Environment* pApp)
|
| +CPDFSDK_AnnotHandlerMgr::CPDFSDK_AnnotHandlerMgr(CPDFSDK_Environment* pApp)
|
| : m_pBAAnnotHandler(new CPDFSDK_BAAnnotHandler()),
|
| m_pWidgetHandler(new CPDFSDK_WidgetHandler(pApp)),
|
| #ifdef PDF_ENABLE_XFA
|
|
|