1
0
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:
Xiang Xiao 2021-03-24 01:44:46 -07:00 committed by GitHub
parent 04990aefe5
commit 85a7c5e66a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 12 deletions

View File

@ -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
*********************/

View File

@ -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
*********************/

View File

@ -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
*********************/