| Index: xfa/fxfa/app/xfa_ffapp.h
|
| diff --git a/xfa/src/fxfa/app/xfa_ffapp.h b/xfa/fxfa/app/xfa_ffapp.h
|
| similarity index 93%
|
| rename from xfa/src/fxfa/app/xfa_ffapp.h
|
| rename to xfa/fxfa/app/xfa_ffapp.h
|
| index ba6a0f2034cd74e519b847c1ee2139d8f3a12b47..0374d4ac5bdd673aea1919767244f7dd846bc803 100644
|
| --- a/xfa/src/fxfa/app/xfa_ffapp.h
|
| +++ b/xfa/fxfa/app/xfa_ffapp.h
|
| @@ -4,15 +4,15 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef XFA_SRC_FXFA_APP_XFA_FFAPP_H_
|
| -#define XFA_SRC_FXFA_APP_XFA_FFAPP_H_
|
| +#ifndef XFA_FXFA_APP_XFA_FFAPP_H_
|
| +#define XFA_FXFA_APP_XFA_FFAPP_H_
|
|
|
| #include "core/include/fpdfapi/cpdf_stream.h"
|
| +#include "xfa/fgas/font/fgas_font.h"
|
| #include "xfa/include/fwl/adapter/fwl_adapternative.h"
|
| #include "xfa/include/fwl/adapter/fwl_sdadapterimp.h"
|
| #include "xfa/include/fwl/core/fwl_app.h"
|
| #include "xfa/include/fxfa/fxfa.h"
|
| -#include "xfa/src/fgas/font/fgas_font.h"
|
|
|
| class CXFA_FWLAdapterWidgetMgr;
|
| class CXFA_FWLTheme;
|
| @@ -78,4 +78,4 @@ class CXFA_FFApp : public IXFA_App, public IFWL_AdapterNative {
|
| CFWL_SDAdapterThreadMgr* m_pAdapterThreadMgr;
|
| };
|
|
|
| -#endif // XFA_SRC_FXFA_APP_XFA_FFAPP_H_
|
| +#endif // XFA_FXFA_APP_XFA_FFAPP_H_
|
|
|