mirror of
https://github.com/lvgl/lvgl.git
synced 2026-06-04 23:04:23 +08:00
fix(gc): remove the inclusion of LV_GC_INCLUDE (#2164)
This commit is contained in:
@@ -10,10 +10,6 @@
|
|||||||
#include "lv_disp.h"
|
#include "lv_disp.h"
|
||||||
#include "../misc/lv_gc.h"
|
#include "../misc/lv_gc.h"
|
||||||
|
|
||||||
#if defined(LV_GC_INCLUDE)
|
|
||||||
#include LV_GC_INCLUDE
|
|
||||||
#endif /*LV_ENABLE_GC*/
|
|
||||||
|
|
||||||
/*********************
|
/*********************
|
||||||
* DEFINES
|
* DEFINES
|
||||||
*********************/
|
*********************/
|
||||||
|
|||||||
@@ -13,10 +13,6 @@
|
|||||||
#include "lv_theme_basic.h"
|
#include "lv_theme_basic.h"
|
||||||
#include "../../../misc/lv_gc.h"
|
#include "../../../misc/lv_gc.h"
|
||||||
|
|
||||||
#if defined(LV_GC_INCLUDE)
|
|
||||||
#include LV_GC_INCLUDE
|
|
||||||
#endif /*LV_ENABLE_GC*/
|
|
||||||
|
|
||||||
/*********************
|
/*********************
|
||||||
* DEFINES
|
* DEFINES
|
||||||
*********************/
|
*********************/
|
||||||
|
|||||||
@@ -13,10 +13,6 @@
|
|||||||
#include "lv_theme_default.h"
|
#include "lv_theme_default.h"
|
||||||
#include "../../../misc/lv_gc.h"
|
#include "../../../misc/lv_gc.h"
|
||||||
|
|
||||||
#if defined(LV_GC_INCLUDE)
|
|
||||||
#include LV_GC_INCLUDE
|
|
||||||
#endif /*LV_ENABLE_GC*/
|
|
||||||
|
|
||||||
/*********************
|
/*********************
|
||||||
* DEFINES
|
* DEFINES
|
||||||
*********************/
|
*********************/
|
||||||
|
|||||||
Reference in New Issue
Block a user