| Index: xfa/fxfa/app/xfa_checksum.h
|
| diff --git a/xfa/src/fxfa/app/xfa_checksum.h b/xfa/fxfa/app/xfa_checksum.h
|
| similarity index 93%
|
| rename from xfa/src/fxfa/app/xfa_checksum.h
|
| rename to xfa/fxfa/app/xfa_checksum.h
|
| index fb004d37c13c57a2b2f4adee14097bdc0674cd65..5331800b827c0d30a18e7186a96a315325bbce18 100644
|
| --- a/xfa/src/fxfa/app/xfa_checksum.h
|
| +++ b/xfa/fxfa/app/xfa_checksum.h
|
| @@ -4,11 +4,11 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef XFA_SRC_FXFA_APP_XFA_CHECKSUM_H_
|
| -#define XFA_SRC_FXFA_APP_XFA_CHECKSUM_H_
|
| +#ifndef XFA_FXFA_APP_XFA_CHECKSUM_H_
|
| +#define XFA_FXFA_APP_XFA_CHECKSUM_H_
|
|
|
| +#include "xfa/fgas/xml/fgas_sax.h"
|
| #include "xfa/include/fxfa/fxfa.h"
|
| -#include "xfa/src/fgas/xml/fgas_sax.h"
|
|
|
| class CXFA_SAXReaderHandler;
|
| class CXFA_ChecksumContext;
|
| @@ -70,4 +70,4 @@ class CXFA_ChecksumContext : public IXFA_ChecksumContext {
|
| CFX_ByteString m_bsChecksum;
|
| };
|
|
|
| -#endif // XFA_SRC_FXFA_APP_XFA_CHECKSUM_H_
|
| +#endif // XFA_FXFA_APP_XFA_CHECKSUM_H_
|
|
|