| Index: xfa/fde/xml/fde_xml_imp.h
|
| diff --git a/xfa/src/fde/xml/fde_xml_imp.h b/xfa/fde/xml/fde_xml_imp.h
|
| similarity index 98%
|
| rename from xfa/src/fde/xml/fde_xml_imp.h
|
| rename to xfa/fde/xml/fde_xml_imp.h
|
| index 815d746d3142f63ec8d60ac25bb176b439e9a929..79d77d93eb636ac139c2c567604441bc03525bd5 100644
|
| --- a/xfa/src/fde/xml/fde_xml_imp.h
|
| +++ b/xfa/fde/xml/fde_xml_imp.h
|
| @@ -4,13 +4,13 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef XFA_SRC_FDE_XML_FDE_XML_IMP_H_
|
| -#define XFA_SRC_FDE_XML_FDE_XML_IMP_H_
|
| +#ifndef XFA_FDE_XML_FDE_XML_IMP_H_
|
| +#define XFA_FDE_XML_FDE_XML_IMP_H_
|
|
|
| #include "core/include/fxcrt/fx_system.h"
|
| -#include "xfa/src/fde/xml/fde_xml.h"
|
| -#include "xfa/src/fgas/crt/fgas_memory.h"
|
| -#include "xfa/src/fgas/crt/fgas_stream.h"
|
| +#include "xfa/fde/xml/fde_xml.h"
|
| +#include "xfa/fgas/crt/fgas_memory.h"
|
| +#include "xfa/fgas/crt/fgas_stream.h"
|
|
|
| class CFDE_BlockBuffer;
|
| class CFDE_XMLInstruction;
|
| @@ -351,4 +351,4 @@ class CFDE_XMLSyntaxParser : public IFDE_XMLSyntaxParser, public CFX_Target {
|
| inline void ParseTextChar(FX_WCHAR ch);
|
| };
|
|
|
| -#endif // XFA_SRC_FDE_XML_FDE_XML_IMP_H_
|
| +#endif // XFA_FDE_XML_FDE_XML_IMP_H_
|
|
|