| Index: xfa/fxfa/parser/xfa_utils.h
|
| diff --git a/xfa/src/fxfa/parser/xfa_utils.h b/xfa/fxfa/parser/xfa_utils.h
|
| similarity index 97%
|
| rename from xfa/src/fxfa/parser/xfa_utils.h
|
| rename to xfa/fxfa/parser/xfa_utils.h
|
| index 497cb29cc436d286e661512c89ad8114feefd6b3..6cc17d97c03a7debe57a61bcea9650cad706ad8d 100644
|
| --- a/xfa/src/fxfa/parser/xfa_utils.h
|
| +++ b/xfa/fxfa/parser/xfa_utils.h
|
| @@ -4,11 +4,11 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef XFA_SRC_FXFA_PARSER_XFA_UTILS_H_
|
| -#define XFA_SRC_FXFA_PARSER_XFA_UTILS_H_
|
| +#ifndef XFA_FXFA_PARSER_XFA_UTILS_H_
|
| +#define XFA_FXFA_PARSER_XFA_UTILS_H_
|
|
|
| +#include "xfa/fde/xml/fde_xml.h"
|
| #include "xfa/include/fxfa/fxfa_basic.h"
|
| -#include "xfa/src/fde/xml/fde_xml.h"
|
|
|
| class CXFA_LocaleValue;
|
|
|
| @@ -216,4 +216,4 @@ void XFA_DataExporter_RegenerateFormFile(CXFA_Node* pNode,
|
| const FX_CHAR* pChecksum = NULL,
|
| FX_BOOL bSaveXML = FALSE);
|
|
|
| -#endif // XFA_SRC_FXFA_PARSER_XFA_UTILS_H_
|
| +#endif // XFA_FXFA_PARSER_XFA_UTILS_H_
|
|
|