| Index: xfa/fxfa/parser/xfa_script_imp.h
|
| diff --git a/xfa/src/fxfa/parser/xfa_script_imp.h b/xfa/fxfa/parser/xfa_script_imp.h
|
| similarity index 95%
|
| rename from xfa/src/fxfa/parser/xfa_script_imp.h
|
| rename to xfa/fxfa/parser/xfa_script_imp.h
|
| index 529ab6d0878c53ea4f3a3c31448300b945f7f927..e4b55017704da7b08fc6ab323e4f99d01854c6a2 100644
|
| --- a/xfa/src/fxfa/parser/xfa_script_imp.h
|
| +++ b/xfa/fxfa/parser/xfa_script_imp.h
|
| @@ -4,14 +4,14 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef XFA_SRC_FXFA_PARSER_XFA_SCRIPT_IMP_H_
|
| -#define XFA_SRC_FXFA_PARSER_XFA_SCRIPT_IMP_H_
|
| +#ifndef XFA_FXFA_PARSER_XFA_SCRIPT_IMP_H_
|
| +#define XFA_FXFA_PARSER_XFA_SCRIPT_IMP_H_
|
|
|
| #include <map>
|
|
|
| -#include "xfa/src/fxfa/fm2js/xfa_fm2jsapi.h"
|
| -#include "xfa/src/fxfa/parser/xfa_document.h"
|
| -#include "xfa/src/fxfa/parser/xfa_script.h"
|
| +#include "xfa/fxfa/fm2js/xfa_fm2jsapi.h"
|
| +#include "xfa/fxfa/parser/xfa_document.h"
|
| +#include "xfa/fxfa/parser/xfa_script.h"
|
|
|
| #define XFA_RESOLVENODE_TagName 0x0002
|
|
|
| @@ -124,4 +124,4 @@ class CXFA_ScriptContext : public IXFA_ScriptContext {
|
| XFA_ATTRIBUTEENUM m_eRunAtType;
|
| };
|
|
|
| -#endif // XFA_SRC_FXFA_PARSER_XFA_SCRIPT_IMP_H_
|
| +#endif // XFA_FXFA_PARSER_XFA_SCRIPT_IMP_H_
|
|
|