| Index: xfa/fxfa/parser/xfa_basic_imp.h
|
| diff --git a/xfa/src/fxfa/parser/xfa_basic_imp.h b/xfa/fxfa/parser/xfa_basic_imp.h
|
| similarity index 91%
|
| rename from xfa/src/fxfa/parser/xfa_basic_imp.h
|
| rename to xfa/fxfa/parser/xfa_basic_imp.h
|
| index 562cf15909b318c9ea37028e1abb214e22bc139e..7e67d2b96ece15a2ea3198ea0db9c3f4db179c7d 100644
|
| --- a/xfa/src/fxfa/parser/xfa_basic_imp.h
|
| +++ b/xfa/fxfa/parser/xfa_basic_imp.h
|
| @@ -4,11 +4,11 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef XFA_SRC_FXFA_PARSER_XFA_BASIC_IMP_H_
|
| -#define XFA_SRC_FXFA_PARSER_XFA_BASIC_IMP_H_
|
| +#ifndef XFA_FXFA_PARSER_XFA_BASIC_IMP_H_
|
| +#define XFA_FXFA_PARSER_XFA_BASIC_IMP_H_
|
|
|
| +#include "xfa/fgas/crt/fgas_stream.h"
|
| #include "xfa/include/fxfa/fxfa_basic.h"
|
| -#include "xfa/src/fgas/crt/fgas_stream.h"
|
|
|
| struct XFA_NOTSUREATTRIBUTE {
|
| XFA_ELEMENT eElement;
|
| @@ -68,4 +68,4 @@ class CXFA_WideTextRead : public IFX_Stream {
|
| int32_t m_iRefCount;
|
| };
|
|
|
| -#endif // XFA_SRC_FXFA_PARSER_XFA_BASIC_IMP_H_
|
| +#endif // XFA_FXFA_PARSER_XFA_BASIC_IMP_H_
|
|
|