diff options
Diffstat (limited to 'src/drivers/sdl/lv_sdl_mousewheel.c')
-rw-r--r-- | src/drivers/sdl/lv_sdl_mousewheel.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/drivers/sdl/lv_sdl_mousewheel.c b/src/drivers/sdl/lv_sdl_mousewheel.c index 080312668..b31a72309 100644 --- a/src/drivers/sdl/lv_sdl_mousewheel.c +++ b/src/drivers/sdl/lv_sdl_mousewheel.c @@ -10,7 +10,6 @@ #if LV_USE_SDL && LV_SDL_MOUSEWHEEL_MODE == LV_SDL_MOUSEWHEEL_MODE_ENCODER #include "../../core/lv_group.h" -#include "../../indev/lv_indev_private.h" #include "../../stdlib/lv_string.h" #include "lv_sdl_private.h" |