| Index: xfa/src/fxfa/src/parser/xfa_script_nodehelper.cpp
|
| diff --git a/xfa/src/fxfa/src/parser/xfa_script_nodehelper.cpp b/xfa/src/fxfa/src/parser/xfa_script_nodehelper.cpp
|
| index 1759de01c0ec105834030e4df909f459744e6eab..9176bcc34ebae58c678ef4e541962819de39d8a0 100644
|
| --- a/xfa/src/fxfa/src/parser/xfa_script_nodehelper.cpp
|
| +++ b/xfa/src/fxfa/src/parser/xfa_script_nodehelper.cpp
|
| @@ -4,7 +4,9 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#include "xfa/src/foxitlib.h"
|
| +#include "xfa/src/fxfa/src/parser/xfa_script_nodehelper.h"
|
| +
|
| +#include "core/include/fxcrt/fx_ext.h"
|
| #include "xfa/src/fxfa/src/common/xfa_docdata.h"
|
| #include "xfa/src/fxfa/src/common/xfa_doclayout.h"
|
| #include "xfa/src/fxfa/src/common/xfa_document.h"
|
| @@ -15,7 +17,7 @@
|
| #include "xfa/src/fxfa/src/common/xfa_script.h"
|
| #include "xfa/src/fxfa/src/common/xfa_utils.h"
|
| #include "xfa/src/fxfa/src/parser/xfa_script_imp.h"
|
| -#include "xfa/src/fxfa/src/parser/xfa_script_nodehelper.h"
|
| +
|
| CXFA_NodeHelper::CXFA_NodeHelper(void)
|
| : m_eLastCreateType(XFA_ELEMENT_DataValue),
|
| m_pCreateParent(NULL),
|
|
|