| Index: xfa/fxfa/xfa_checksum.h
|
| diff --git a/xfa/fxfa/include/xfa_checksum.h b/xfa/fxfa/xfa_checksum.h
|
| similarity index 93%
|
| rename from xfa/fxfa/include/xfa_checksum.h
|
| rename to xfa/fxfa/xfa_checksum.h
|
| index e959a8053af0fb315c216d344de08c8e1f1a3946..69adc0a023ed6cbafd1310f8d5eb8e365d3e0864 100644
|
| --- a/xfa/fxfa/include/xfa_checksum.h
|
| +++ b/xfa/fxfa/xfa_checksum.h
|
| @@ -4,11 +4,11 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef XFA_FXFA_INCLUDE_XFA_CHECKSUM_H_
|
| -#define XFA_FXFA_INCLUDE_XFA_CHECKSUM_H_
|
| +#ifndef XFA_FXFA_XFA_CHECKSUM_H_
|
| +#define XFA_FXFA_XFA_CHECKSUM_H_
|
|
|
| #include "xfa/fde/xml/cfx_saxreader.h"
|
| -#include "xfa/fxfa/include/fxfa.h"
|
| +#include "xfa/fxfa/fxfa.h"
|
|
|
| class CXFA_SAXReaderHandler;
|
| class CXFA_ChecksumContext;
|
| @@ -74,4 +74,4 @@ class CXFA_ChecksumContext {
|
| CFX_ByteString m_bsChecksum;
|
| };
|
|
|
| -#endif // XFA_FXFA_INCLUDE_XFA_CHECKSUM_H_
|
| +#endif // XFA_FXFA_XFA_CHECKSUM_H_
|
|
|