diff options
Diffstat (limited to 'src/widgets/lottie/lv_lottie.c')
-rw-r--r-- | src/widgets/lottie/lv_lottie.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/lottie/lv_lottie.c b/src/widgets/lottie/lv_lottie.c index bc0bed586..48ae25814 100644 --- a/src/widgets/lottie/lv_lottie.c +++ b/src/widgets/lottie/lv_lottie.c @@ -6,6 +6,7 @@ /********************* * INCLUDES *********************/ +#include "lv_lottie_private.h" #include "../../lv_conf_internal.h" #if LV_USE_LOTTIE @@ -15,7 +16,6 @@ #include "../../libs/thorvg/thorvg_capi.h" #endif -#include "lv_lottie_private.h" #include "../../misc/lv_timer.h" #include "../../core/lv_obj_class_private.h" |