| Index: xfa/src/fxfa/src/parser/xfa_script_imp.cpp
|
| diff --git a/xfa/src/fxfa/src/parser/xfa_script_imp.cpp b/xfa/src/fxfa/src/parser/xfa_script_imp.cpp
|
| index d35c48f1a971f63d3a29b18b6df83ea6594f3377..9f4f0232ef2752d3b2eee75baf8d2a9b83af4ee5 100644
|
| --- a/xfa/src/fxfa/src/parser/xfa_script_imp.cpp
|
| +++ b/xfa/src/fxfa/src/parser/xfa_script_imp.cpp
|
| @@ -4,18 +4,16 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#include "../../../foxitlib.h"
|
| -#include "../common/xfa_utils.h"
|
| -#include "../common/xfa_object.h"
|
| -#include "../common/xfa_document.h"
|
| -#include "../common/xfa_parser.h"
|
| -#include "../common/xfa_script.h"
|
| -#include "../common/xfa_docdata.h"
|
| -#include "../common/xfa_doclayout.h"
|
| -#include "../common/xfa_debug.h"
|
| -#include "../common/xfa_localemgr.h"
|
| -#include "../common/xfa_fm2jsapi.h"
|
| -#include "xfa_debug_parser.h"
|
| +#include "xfa/src/foxitlib.h"
|
| +#include "xfa/src/fxfa/src/common/xfa_utils.h"
|
| +#include "xfa/src/fxfa/src/common/xfa_object.h"
|
| +#include "xfa/src/fxfa/src/common/xfa_document.h"
|
| +#include "xfa/src/fxfa/src/common/xfa_parser.h"
|
| +#include "xfa/src/fxfa/src/common/xfa_script.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_localemgr.h"
|
| +#include "xfa/src/fxfa/src/common/xfa_fm2jsapi.h"
|
| #include "xfa_script_imp.h"
|
| #include "xfa_script_resolveprocessor.h"
|
| #include "xfa_script_nodehelper.h"
|
|
|