| Index: xfa/fee/ifde_txtedtengine.h
|
| diff --git a/xfa/src/fee/ifde_txtedtengine.h b/xfa/fee/ifde_txtedtengine.h
|
| similarity index 98%
|
| rename from xfa/src/fee/ifde_txtedtengine.h
|
| rename to xfa/fee/ifde_txtedtengine.h
|
| index f49e08676809210b51f9ae57ac2b4477e55d4f1d..47700b04c7fe0df6ef5bf72f93c22d2177d0bc32 100644
|
| --- a/xfa/src/fee/ifde_txtedtengine.h
|
| +++ b/xfa/fee/ifde_txtedtengine.h
|
| @@ -4,11 +4,11 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef XFA_SRC_FEE_IFDE_TXTEDTENGINE_H_
|
| -#define XFA_SRC_FEE_IFDE_TXTEDTENGINE_H_
|
| +#ifndef XFA_FEE_IFDE_TXTEDTENGINE_H_
|
| +#define XFA_FEE_IFDE_TXTEDTENGINE_H_
|
|
|
| #include "core/include/fxge/fx_dib.h"
|
| -#include "xfa/src/fgas/font/fgas_font.h"
|
| +#include "xfa/fgas/font/fgas_font.h"
|
|
|
| class IFDE_TxtEdtPage;
|
| class IFDE_TxtEdtEngine;
|
| @@ -255,4 +255,4 @@ class IFDE_TxtEdtParag {
|
| int32_t& nCount) const = 0;
|
| };
|
|
|
| -#endif // XFA_SRC_FEE_IFDE_TXTEDTENGINE_H_
|
| +#endif // XFA_FEE_IFDE_TXTEDTENGINE_H_
|
|
|