| Index: xfa/fxfa/parser/xfa_script_resolveprocessor.h
|
| diff --git a/xfa/src/fxfa/parser/xfa_script_resolveprocessor.h b/xfa/fxfa/parser/xfa_script_resolveprocessor.h
|
| similarity index 92%
|
| rename from xfa/src/fxfa/parser/xfa_script_resolveprocessor.h
|
| rename to xfa/fxfa/parser/xfa_script_resolveprocessor.h
|
| index 36e89392da67d5ced6e3c089ad52c52a07af31c2..fa34a88038b553d23c1a2ac12748ecd5fc2adf9b 100644
|
| --- a/xfa/src/fxfa/parser/xfa_script_resolveprocessor.h
|
| +++ b/xfa/fxfa/parser/xfa_script_resolveprocessor.h
|
| @@ -4,12 +4,12 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef XFA_SRC_FXFA_PARSER_XFA_SCRIPT_RESOLVEPROCESSOR_H_
|
| -#define XFA_SRC_FXFA_PARSER_XFA_SCRIPT_RESOLVEPROCESSOR_H_
|
| +#ifndef XFA_FXFA_PARSER_XFA_SCRIPT_RESOLVEPROCESSOR_H_
|
| +#define XFA_FXFA_PARSER_XFA_SCRIPT_RESOLVEPROCESSOR_H_
|
|
|
| +#include "xfa/fxfa/parser/xfa_object.h"
|
| +#include "xfa/fxfa/parser/xfa_script.h"
|
| #include "xfa/include/fxfa/fxfa_objectacc.h"
|
| -#include "xfa/src/fxfa/parser/xfa_object.h"
|
| -#include "xfa/src/fxfa/parser/xfa_script.h"
|
|
|
| class CXFA_NodeHelper;
|
| class CXFA_ScriptContext;
|
| @@ -83,4 +83,4 @@ class CXFA_ResolveProcessor {
|
| int32_t m_iCurStart;
|
| };
|
|
|
| -#endif // XFA_SRC_FXFA_PARSER_XFA_SCRIPT_RESOLVEPROCESSOR_H_
|
| +#endif // XFA_FXFA_PARSER_XFA_SCRIPT_RESOLVEPROCESSOR_H_
|
|
|