| Index: core/fxge/android/fpf_skiafont.h
|
| diff --git a/core/src/fxge/android/fpf_skiafont.h b/core/fxge/android/fpf_skiafont.h
|
| similarity index 92%
|
| rename from core/src/fxge/android/fpf_skiafont.h
|
| rename to core/fxge/android/fpf_skiafont.h
|
| index c12ec4369049d1a679032cb06dd48469a69edaac..f1ccedb56df0a4aa491e0f92b08e8f5a8a494ffa 100644
|
| --- a/core/src/fxge/android/fpf_skiafont.h
|
| +++ b/core/fxge/android/fpf_skiafont.h
|
| @@ -4,8 +4,8 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef CORE_SRC_FXGE_ANDROID_FPF_SKIAFONT_H_
|
| -#define CORE_SRC_FXGE_ANDROID_FPF_SKIAFONT_H_
|
| +#ifndef CORE_FXGE_ANDROID_FPF_SKIAFONT_H_
|
| +#define CORE_FXGE_ANDROID_FPF_SKIAFONT_H_
|
|
|
| #include "core/include/fxcrt/fx_system.h"
|
|
|
| @@ -57,4 +57,4 @@ class CFPF_SkiaFont : public IFPF_Font {
|
| };
|
| #endif
|
|
|
| -#endif // CORE_SRC_FXGE_ANDROID_FPF_SKIAFONT_H_
|
| +#endif // CORE_FXGE_ANDROID_FPF_SKIAFONT_H_
|
|
|