move lv_img_decoder to lv_draw

This commit is contained in:
Gabor Kiss-Vamosi
2019-05-15 05:22:03 +02:00
parent f706de5517
commit e31b6a156e
6 changed files with 9 additions and 11 deletions

View File

@@ -16,7 +16,6 @@
#include "../lv_misc/lv_anim.h"
#include "../lv_misc/lv_task.h"
#include "../lv_misc/lv_fs.h"
#include "../lv_misc/lv_img_decoder.h"
#include "../lv_hal/lv_hal.h"
#include <stdint.h>
#include <string.h>