Move LV_GC_INCLUDE to the common place(gc.h) (#2010)

* Move LV_GC_INCLUDE to the common place(gc.h)

to avoid the duplication in many source files

* fix(theme template): Always initialize _lv_theme_material_styles

just like what other theme do
This commit is contained in:
Xiang Xiao
2021-01-12 09:13:41 -06:00
committed by GitHub
parent 486053012d
commit d6ca15a749
19 changed files with 1 additions and 76 deletions

View File

@@ -12,10 +12,6 @@
#include "../lv_misc/lv_gc.h"
#if defined(LV_GC_INCLUDE)
#include LV_GC_INCLUDE
#endif /* LV_ENABLE_GC */
/*********************
* DEFINES
*********************/