mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-14 06:42:58 +08:00
fix(gc): remove the inclusion of LV_GC_INCLUDE (#2164)
This commit is contained in:
parent
04990aefe5
commit
85a7c5e66a
@ -10,10 +10,6 @@
|
||||
#include "lv_disp.h"
|
||||
#include "../misc/lv_gc.h"
|
||||
|
||||
#if defined(LV_GC_INCLUDE)
|
||||
#include LV_GC_INCLUDE
|
||||
#endif /*LV_ENABLE_GC*/
|
||||
|
||||
/*********************
|
||||
* DEFINES
|
||||
*********************/
|
||||
|
@ -13,10 +13,6 @@
|
||||
#include "lv_theme_basic.h"
|
||||
#include "../../../misc/lv_gc.h"
|
||||
|
||||
#if defined(LV_GC_INCLUDE)
|
||||
#include LV_GC_INCLUDE
|
||||
#endif /*LV_ENABLE_GC*/
|
||||
|
||||
/*********************
|
||||
* DEFINES
|
||||
*********************/
|
||||
|
@ -13,10 +13,6 @@
|
||||
#include "lv_theme_default.h"
|
||||
#include "../../../misc/lv_gc.h"
|
||||
|
||||
#if defined(LV_GC_INCLUDE)
|
||||
#include LV_GC_INCLUDE
|
||||
#endif /*LV_ENABLE_GC*/
|
||||
|
||||
/*********************
|
||||
* DEFINES
|
||||
*********************/
|
||||
|
Loading…
x
Reference in New Issue
Block a user