diff options
Diffstat (limited to 'core/fxge/android')
-rw-r--r-- | core/fxge/android/fx_android_font.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/fxge/android/fx_android_font.h b/core/fxge/android/fx_android_font.h index ad777f3e58..f980836328 100644 --- a/core/fxge/android/fx_android_font.h +++ b/core/fxge/android/fx_android_font.h @@ -12,8 +12,8 @@ #if _FX_OS_ == _FX_ANDROID_ #include "core/fxge/include/cfx_fontmapper.h" -#include "core/fxge/include/ifx_systemfontinfo.h" #include "core/fxge/include/fx_font.h" +#include "core/fxge/include/ifx_systemfontinfo.h" class CFPF_SkiaFontMgr; |