chore: remove useless include (#4096)

This commit is contained in:
Benign X
2023-03-31 15:46:10 +08:00
committed by GitHub
parent 4a4c9fdd3c
commit 74c415536f

View File

@@ -9,14 +9,6 @@
#include "lv_img.h" #include "lv_img.h"
#if LV_USE_IMG != 0 #if LV_USE_IMG != 0
#include "../../core/lv_disp.h"
#include "../../misc/lv_assert.h"
#include "../../draw/lv_img_decoder.h"
#include "../../misc/lv_fs.h"
#include "../../misc/lv_txt.h"
#include "../../misc/lv_math.h"
#include "../../misc/lv_log.h"
/********************* /*********************
* DEFINES * DEFINES
*********************/ *********************/