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

fix(linx_fbdev): remove incorrect include of lvgl.h (#5192)

This commit is contained in:
Ramesh 2024-01-05 19:39:28 +05:30 committed by GitHub
parent 1d73e73a93
commit 4f69d10b22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,8 +26,6 @@
#include <linux/fb.h>
#endif /* LV_LINUX_FBDEV_BSD */
#include <lvgl/lvgl.h>
/*********************
* DEFINES
*********************/