| Index: core/fxge/include/fpf.h
|
| diff --git a/core/include/fxge/fpf.h b/core/fxge/include/fpf.h
|
| similarity index 95%
|
| rename from core/include/fxge/fpf.h
|
| rename to core/fxge/include/fpf.h
|
| index bc42a2dd95d72f82ab9fa5d44e329a2eed2ba241..2d43e8da6fdfbeb5eb845c8f253eb748419d2611 100644
|
| --- a/core/include/fxge/fpf.h
|
| +++ b/core/fxge/include/fpf.h
|
| @@ -4,8 +4,8 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef CORE_INCLUDE_FXGE_FPF_H_
|
| -#define CORE_INCLUDE_FXGE_FPF_H_
|
| +#ifndef CORE_FXGE_INCLUDE_FPF_H_
|
| +#define CORE_FXGE_INCLUDE_FPF_H_
|
|
|
| #include "core/fxcrt/include/fx_coordinates.h"
|
|
|
| @@ -67,4 +67,4 @@ class IFPF_FontMgr {
|
| uint32_t dwMatch = 0) = 0;
|
| };
|
|
|
| -#endif // CORE_INCLUDE_FXGE_FPF_H_
|
| +#endif // CORE_FXGE_INCLUDE_FPF_H_
|
|
|