1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-28 07:03:00 +08:00

Remove leftover inclusion of stdio.h

This commit is contained in:
Themba Dube 2019-03-27 19:12:46 -04:00
parent e63e1f230a
commit f5609b6bce

View File

@ -7,7 +7,6 @@
/*********************
* INCLUDES
*********************/
#include <stdio.h>
#include "lv_ta.h"
#if LV_USE_TA != 0
#include <string.h>