Remove unneccessary includes

This commit is contained in:
fvanroie 2022-09-03 18:44:12 +02:00
parent 7805b40fd2
commit c70702db9d
2 changed files with 0 additions and 2 deletions

View File

@ -13,7 +13,6 @@ extern "C" {
/*********************
* INCLUDES
*********************/
#include "lvgl.h"
#if LV_USE_FS_IF

View File

@ -7,7 +7,6 @@
* INCLUDES
*********************/
#include <stdlib.h>
#include "ftstdlib.h"
#include "lv_fs_freetype.h"
/*********************