1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-14 06:42:58 +08:00

lv_circ.c: include lv_circ.h for consistency

This commit is contained in:
Gabor Kiss-Vamosi 2019-01-01 01:34:29 +01:00
parent 8b3786db40
commit cda531fc56

View File

@ -8,7 +8,7 @@
/*********************
* INCLUDES
*********************/
#include "lv_area.h"
#include "lv_circ.h"
/*********************
* DEFINES