1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-14 06:42:58 +08:00

lv_obj.h: remove an incorrect include of <sys/types.h>

This commit is contained in:
Gabor 2017-02-22 10:17:30 +01:00
parent a0c35464ef
commit 48ecbf4f5d

View File

@ -16,7 +16,6 @@
#include <lvgl/lv_obj/lv_refr.h>
#include <stdint.h>
#include <string.h>
#include <sys/types.h>
#ifdef LV_IMG_DEF_WALLPAPER
#include "../lv_objx/lv_img.h"