1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-02-04 07:13: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 * INCLUDES
*********************/ *********************/
#include <stdio.h>
#include "lv_ta.h" #include "lv_ta.h"
#if LV_USE_TA != 0 #if LV_USE_TA != 0
#include <string.h> #include <string.h>