| Index: core/src/fxge/android/fpf_skiamodule.cpp
|
| diff --git a/core/src/fxge/android/fpf_skiamodule.cpp b/core/src/fxge/android/fpf_skiamodule.cpp
|
| index 2cae2c89d111a71a7b87e6507089f2f8f9ece842..116b65f7f0819da8a75fa682e5d8dd35db20b00c 100644
|
| --- a/core/src/fxge/android/fpf_skiamodule.cpp
|
| +++ b/core/src/fxge/android/fpf_skiamodule.cpp
|
| @@ -6,8 +6,8 @@
|
|
|
| #include "core/src/fxge/android/fx_fpf.h"
|
| #if _FX_OS_ == _FX_ANDROID_
|
| -#include "core/src/fxge/android/fpf_skiamodule.h"
|
| #include "core/src/fxge/android/fpf_skiafontmgr.h"
|
| +#include "core/src/fxge/android/fpf_skiamodule.h"
|
| static IFPF_DeviceModule* gs_pPFModule = NULL;
|
| IFPF_DeviceModule* FPF_GetDeviceModule() {
|
| if (!gs_pPFModule) {
|
|
|