| Index: core/fxge/android/fx_android_font.h
|
| diff --git a/core/fxge/android/fx_android_font.h b/core/fxge/android/fx_android_font.h
|
| index e9fbb3618c73fa4a567ac9c48d5d1e373a4505d8..5b75d9d06ec43cef12325c84122c21709cb227df 100644
|
| --- a/core/fxge/android/fx_android_font.h
|
| +++ b/core/fxge/android/fx_android_font.h
|
| @@ -11,9 +11,9 @@
|
|
|
| #if _FX_OS_ == _FX_ANDROID_
|
|
|
| -#include "core/fxge/include/cfx_fontmapper.h"
|
| -#include "core/fxge/include/fx_font.h"
|
| -#include "core/fxge/include/ifx_systemfontinfo.h"
|
| +#include "core/fxge/cfx_fontmapper.h"
|
| +#include "core/fxge/fx_font.h"
|
| +#include "core/fxge/ifx_systemfontinfo.h"
|
|
|
| class CFPF_SkiaFontMgr;
|
|
|
|
|