Index: xfa/fxfa/app/xfa_ffdoc.h |
diff --git a/xfa/src/fxfa/app/xfa_ffdoc.h b/xfa/fxfa/app/xfa_ffdoc.h |
similarity index 92% |
rename from xfa/src/fxfa/app/xfa_ffdoc.h |
rename to xfa/fxfa/app/xfa_ffdoc.h |
index c5980138aa1326743bc9e377c0d0fc2a4b57f40d..d656d30de7b472f3556feb7639f61255078b9c22 100644 |
--- a/xfa/src/fxfa/app/xfa_ffdoc.h |
+++ b/xfa/fxfa/app/xfa_ffdoc.h |
@@ -4,11 +4,11 @@ |
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com |
-#ifndef XFA_SRC_FXFA_APP_XFA_FFDOC_H_ |
-#define XFA_SRC_FXFA_APP_XFA_FFDOC_H_ |
+#ifndef XFA_FXFA_APP_XFA_FFDOC_H_ |
+#define XFA_FXFA_APP_XFA_FFDOC_H_ |
+#include "xfa/fxfa/parser/xfa_document.h" |
#include "xfa/include/fxfa/fxfa.h" |
-#include "xfa/src/fxfa/parser/xfa_document.h" |
class CXFA_FFApp; |
class CXFA_FFNotify; |
@@ -61,4 +61,4 @@ class CXFA_FFDoc : public IXFA_Doc { |
FX_BOOL m_bOwnStream; |
}; |
-#endif // XFA_SRC_FXFA_APP_XFA_FFDOC_H_ |
+#endif // XFA_FXFA_APP_XFA_FFDOC_H_ |