diff --git a/src/debugging/test/lv_test_screenshot_compare.c b/src/debugging/test/lv_test_screenshot_compare.c index 8aef63f1cb..0fabb1dc37 100644 --- a/src/debugging/test/lv_test_screenshot_compare.c +++ b/src/debugging/test/lv_test_screenshot_compare.c @@ -22,7 +22,7 @@ #include #include #include -#include +#include LV_STDARG_INCLUDE #include #include "../../libs/lodepng/lodepng.h" diff --git a/src/draw/nanovg/lv_nanovg_math.h b/src/draw/nanovg/lv_nanovg_math.h index ca578b51ac..286c73460b 100644 --- a/src/draw/nanovg/lv_nanovg_math.h +++ b/src/draw/nanovg/lv_nanovg_math.h @@ -19,7 +19,7 @@ extern "C" { #if LV_USE_DRAW_NANOVG #include -#include +#include LV_STDBOOL_INCLUDE #include /********************* diff --git a/src/draw/snapshot/lv_snapshot.c b/src/draw/snapshot/lv_snapshot.c index ff1d1c0a05..6fbc581dcb 100644 --- a/src/draw/snapshot/lv_snapshot.c +++ b/src/draw/snapshot/lv_snapshot.c @@ -12,7 +12,7 @@ #include "../../draw/lv_draw_private.h" #include "../../core/lv_obj_draw_private.h" -#include +#include LV_STDBOOL_INCLUDE #include "../../core/lv_refr_private.h" #include "../../display/lv_display_private.h" #include "../../core/lv_obj_private.h" diff --git a/src/draw/sw/blend/neon/lv_draw_sw_blend_neon_to_rgb888.c b/src/draw/sw/blend/neon/lv_draw_sw_blend_neon_to_rgb888.c index fc5aa9f825..f7276d78e0 100644 --- a/src/draw/sw/blend/neon/lv_draw_sw_blend_neon_to_rgb888.c +++ b/src/draw/sw/blend/neon/lv_draw_sw_blend_neon_to_rgb888.c @@ -10,7 +10,7 @@ #if LV_USE_DRAW_SW_ASM == LV_DRAW_SW_ASM_NEON #include "../lv_draw_sw_blend_private.h" -#include +#include LV_STDINT_INCLUDE #include /********************* diff --git a/src/draw/sw/blend/riscv_v/lv_blend_riscv_vector_emulation.h b/src/draw/sw/blend/riscv_v/lv_blend_riscv_vector_emulation.h index ce1a649033..d5e46f3bfb 100644 --- a/src/draw/sw/blend/riscv_v/lv_blend_riscv_vector_emulation.h +++ b/src/draw/sw/blend/riscv_v/lv_blend_riscv_vector_emulation.h @@ -28,9 +28,9 @@ extern "C" { #include "../../../../lvgl_public.h" #if LV_USE_DRAW_SW_ASM == LV_DRAW_SW_ASM_RISCV_V -#include +#include LV_STDINT_INCLUDE #include -#include +#include LV_STDDEF_INCLUDE /* ============================================================================ * Vector Type Definitions diff --git a/src/draw/vg_lite/lv_vg_lite_math.c b/src/draw/vg_lite/lv_vg_lite_math.c index 0c9bd8ebcd..bb6705947e 100644 --- a/src/draw/vg_lite/lv_vg_lite_math.c +++ b/src/draw/vg_lite/lv_vg_lite_math.c @@ -11,7 +11,7 @@ #if LV_USE_DRAW_VG_LITE -#include +#include LV_STDINT_INCLUDE /********************* * DEFINES diff --git a/src/draw/vg_lite/lv_vg_lite_math.h b/src/draw/vg_lite/lv_vg_lite_math.h index 2a6a259336..03ec4ba640 100644 --- a/src/draw/vg_lite/lv_vg_lite_math.h +++ b/src/draw/vg_lite/lv_vg_lite_math.h @@ -19,7 +19,7 @@ extern "C" { #if LV_USE_DRAW_VG_LITE #include -#include +#include LV_STDBOOL_INCLUDE #include /********************* diff --git a/src/drivers/display/drm/lv_linux_drm.c b/src/drivers/display/drm/lv_linux_drm.c index 0714cc3df2..22ca00bd24 100644 --- a/src/drivers/display/drm/lv_linux_drm.c +++ b/src/drivers/display/drm/lv_linux_drm.c @@ -12,7 +12,7 @@ #include #include #include -#include +#include LV_STDINT_INCLUDE #include #include #include diff --git a/src/drivers/display/drm/lv_linux_drm_egl.c b/src/drivers/display/drm/lv_linux_drm_egl.c index 804861503c..de599171c0 100644 --- a/src/drivers/display/drm/lv_linux_drm_egl.c +++ b/src/drivers/display/drm/lv_linux_drm_egl.c @@ -14,7 +14,7 @@ #include #include #include -#include +#include LV_STDINT_INCLUDE #include #include #include diff --git a/src/drivers/display/fb/lv_linux_fbdev.c b/src/drivers/display/fb/lv_linux_fbdev.c index c7e0ad1955..6543014085 100644 --- a/src/drivers/display/fb/lv_linux_fbdev.c +++ b/src/drivers/display/fb/lv_linux_fbdev.c @@ -11,7 +11,7 @@ #include #include -#include +#include LV_STDDEF_INCLUDE #include #include #include diff --git a/src/drivers/display/renesas_glcdc/lv_renesas_glcdc.c b/src/drivers/display/renesas_glcdc/lv_renesas_glcdc.c index c4cc091660..9bb9993b80 100644 --- a/src/drivers/display/renesas_glcdc/lv_renesas_glcdc.c +++ b/src/drivers/display/renesas_glcdc/lv_renesas_glcdc.c @@ -35,7 +35,7 @@ #include "r_glcdc_rx_pinset.h" #endif /*_RENESAS_RA_*/ -#include +#include LV_STDBOOL_INCLUDE #include "../../../display/lv_display_private.h" #include "../../../draw/sw/lv_draw_sw.h" diff --git a/src/drivers/libinput/lv_libinput.c b/src/drivers/libinput/lv_libinput.c index 50b1bd6ed1..da848bd1b0 100644 --- a/src/drivers/libinput/lv_libinput.c +++ b/src/drivers/libinput/lv_libinput.c @@ -19,7 +19,7 @@ #include #include #include -#include +#include LV_STDBOOL_INCLUDE #include #include #include diff --git a/src/drivers/libinput/lv_xkb.c b/src/drivers/libinput/lv_xkb.c index a6b34a38e7..cb0cb4fea3 100644 --- a/src/drivers/libinput/lv_xkb.c +++ b/src/drivers/libinput/lv_xkb.c @@ -12,7 +12,7 @@ #if defined(LV_LIBINPUT_XKB) && LV_LIBINPUT_XKB #include -#include +#include LV_STDBOOL_INCLUDE #include #include #include diff --git a/src/drivers/nuttx/lv_nuttx_fbdev.c b/src/drivers/nuttx/lv_nuttx_fbdev.c index 563a1cc331..9c4427eb2d 100644 --- a/src/drivers/nuttx/lv_nuttx_fbdev.c +++ b/src/drivers/nuttx/lv_nuttx_fbdev.c @@ -11,7 +11,7 @@ #include #include -#include +#include LV_STDDEF_INCLUDE #include #include #include diff --git a/src/drivers/nuttx/mock/nuttx_arch.h b/src/drivers/nuttx/mock/nuttx_arch.h index bf8d5e9452..762c1535f6 100644 --- a/src/drivers/nuttx/mock/nuttx_arch.h +++ b/src/drivers/nuttx/mock/nuttx_arch.h @@ -14,7 +14,7 @@ extern "C" { * INCLUDES *********************/ -#include +#include LV_STDINT_INCLUDE /********************* * DEFINES diff --git a/src/drivers/nuttx/mock/nuttx_cache.h b/src/drivers/nuttx/mock/nuttx_cache.h index 1ecaa9b4cf..34f5b8d272 100644 --- a/src/drivers/nuttx/mock/nuttx_cache.h +++ b/src/drivers/nuttx/mock/nuttx_cache.h @@ -14,7 +14,7 @@ extern "C" { * INCLUDES *********************/ -#include +#include LV_STDINT_INCLUDE /********************* * DEFINES diff --git a/src/drivers/nuttx/mock/nuttx_clock.h b/src/drivers/nuttx/mock/nuttx_clock.h index d2486c9985..6108757d20 100644 --- a/src/drivers/nuttx/mock/nuttx_clock.h +++ b/src/drivers/nuttx/mock/nuttx_clock.h @@ -14,7 +14,7 @@ extern "C" { * INCLUDES *********************/ -#include +#include LV_STDINT_INCLUDE /********************* * DEFINES diff --git a/src/drivers/nuttx/mock/nuttx_input_mouse.h b/src/drivers/nuttx/mock/nuttx_input_mouse.h index f9cee77db2..029e26795f 100644 --- a/src/drivers/nuttx/mock/nuttx_input_mouse.h +++ b/src/drivers/nuttx/mock/nuttx_input_mouse.h @@ -14,7 +14,7 @@ extern "C" { * INCLUDES *********************/ -#include +#include LV_STDINT_INCLUDE /********************* * DEFINES diff --git a/src/drivers/nuttx/mock/nuttx_input_touchscreen.h b/src/drivers/nuttx/mock/nuttx_input_touchscreen.h index 2d1858f51e..e78b285e18 100644 --- a/src/drivers/nuttx/mock/nuttx_input_touchscreen.h +++ b/src/drivers/nuttx/mock/nuttx_input_touchscreen.h @@ -14,7 +14,7 @@ extern "C" { * INCLUDES *********************/ -#include +#include LV_STDINT_INCLUDE /********************* * DEFINES diff --git a/src/drivers/nuttx/mock/nuttx_mm.h b/src/drivers/nuttx/mock/nuttx_mm.h index 0d43513a2b..280c4a680a 100644 --- a/src/drivers/nuttx/mock/nuttx_mm.h +++ b/src/drivers/nuttx/mock/nuttx_mm.h @@ -14,8 +14,8 @@ extern "C" { * INCLUDES *********************/ -#include -#include +#include LV_STDDEF_INCLUDE +#include LV_STDBOOL_INCLUDE /********************* * DEFINES diff --git a/src/drivers/nuttx/mock/nuttx_video_fb.h b/src/drivers/nuttx/mock/nuttx_video_fb.h index 13179911cf..51cdb4d164 100644 --- a/src/drivers/nuttx/mock/nuttx_video_fb.h +++ b/src/drivers/nuttx/mock/nuttx_video_fb.h @@ -14,8 +14,8 @@ extern "C" { * INCLUDES *********************/ -#include -#include +#include LV_STDINT_INCLUDE +#include LV_STDDEF_INCLUDE /********************* * DEFINES diff --git a/src/drivers/opengles/lv_opengles_egl.c b/src/drivers/opengles/lv_opengles_egl.c index acce53dc38..50155087e2 100644 --- a/src/drivers/opengles/lv_opengles_egl.c +++ b/src/drivers/opengles/lv_opengles_egl.c @@ -7,7 +7,7 @@ * INCLUDES *********************/ #include "lv_opengles_egl.h" -#include +#include LV_STDBOOL_INCLUDE #if LV_USE_EGL diff --git a/src/drivers/qnx/lv_qnx.c b/src/drivers/qnx/lv_qnx.c index 9992ac46d0..93ae4aaf29 100644 --- a/src/drivers/qnx/lv_qnx.c +++ b/src/drivers/qnx/lv_qnx.c @@ -8,7 +8,7 @@ *********************/ #include "../../lvgl_public.h" #if LV_USE_QNX -#include +#include LV_STDBOOL_INCLUDE #include "../../core/lv_global.h" #include "../../display/lv_display_private.h" #include diff --git a/src/drivers/sdl/lv_sdl_window.c b/src/drivers/sdl/lv_sdl_window.c index 6c5ac5c066..cdbee54c24 100644 --- a/src/drivers/sdl/lv_sdl_window.c +++ b/src/drivers/sdl/lv_sdl_window.c @@ -13,7 +13,7 @@ #include "../../lvgl_public.h" #if LV_USE_SDL -#include +#include LV_STDBOOL_INCLUDE #include "../../core/lv_global.h" #include "../../display/lv_display_private.h" diff --git a/src/drivers/wayland/lv_wayland.c b/src/drivers/wayland/lv_wayland.c index 5dec0b3a12..2017d5dab1 100644 --- a/src/drivers/wayland/lv_wayland.c +++ b/src/drivers/wayland/lv_wayland.c @@ -21,9 +21,9 @@ #endif #endif -#include -#include -#include +#include LV_STDDEF_INCLUDE +#include LV_STDINT_INCLUDE +#include LV_STDBOOL_INCLUDE #include #include #include diff --git a/src/drivers/windows/lv_windows_input_private.h b/src/drivers/windows/lv_windows_input_private.h index 7d1096ed5f..bf32db95a6 100644 --- a/src/drivers/windows/lv_windows_input_private.h +++ b/src/drivers/windows/lv_windows_input_private.h @@ -16,7 +16,7 @@ extern "C" { #if LV_USE_WINDOWS -#include +#include LV_STDBOOL_INCLUDE #include /********************* diff --git a/src/drivers/x11/lv_x11_display.c b/src/drivers/x11/lv_x11_display.c index 6909cb1fd8..f6a3ccd31b 100644 --- a/src/drivers/x11/lv_x11_display.c +++ b/src/drivers/x11/lv_x11_display.c @@ -10,7 +10,7 @@ #if LV_USE_X11 -#include +#include LV_STDBOOL_INCLUDE #include #include #include diff --git a/src/drivers/x11/lv_x11_input.c b/src/drivers/x11/lv_x11_input.c index fcf5d91935..5834133ccc 100644 --- a/src/drivers/x11/lv_x11_input.c +++ b/src/drivers/x11/lv_x11_input.c @@ -11,7 +11,7 @@ #if LV_USE_X11 #include -#include +#include LV_STDBOOL_INCLUDE #include #include diff --git a/src/libs/fsdrv/lv_fs_win32.c b/src/libs/fsdrv/lv_fs_win32.c index ddccf66345..373379dc22 100644 --- a/src/libs/fsdrv/lv_fs_win32.c +++ b/src/libs/fsdrv/lv_fs_win32.c @@ -11,7 +11,7 @@ #include #include -#include +#include LV_LIMITS_INCLUDE #include "../../core/lv_global.h" /********************* diff --git a/src/libs/qrcode/qrcodegen.c b/src/libs/qrcode/qrcodegen.c index b143b28744..a9411a6405 100644 --- a/src/libs/qrcode/qrcodegen.c +++ b/src/libs/qrcode/qrcodegen.c @@ -25,7 +25,7 @@ #include "../../lvgl_public.h" #if LV_USE_QRCODE -#include +#include LV_LIMITS_INCLUDE #include #include diff --git a/src/libs/tjpgd/tjpgd.h b/src/libs/tjpgd/tjpgd.h index ac9063af15..fcde88bfc3 100644 --- a/src/libs/tjpgd/tjpgd.h +++ b/src/libs/tjpgd/tjpgd.h @@ -14,7 +14,7 @@ extern "C" { #if LV_USE_TJPGD #include -#include +#include LV_STDINT_INCLUDE #if JD_FASTDECODE >= 1 typedef int16_t jd_yuv_t; diff --git a/src/libs/vg_lite_driver/VGLite/vg_lite_context.h b/src/libs/vg_lite_driver/VGLite/vg_lite_context.h index 99625c7efa..3fb65474a6 100755 --- a/src/libs/vg_lite_driver/VGLite/vg_lite_context.h +++ b/src/libs/vg_lite_driver/VGLite/vg_lite_context.h @@ -31,8 +31,8 @@ #include #include #include -#include -#include +#include LV_STDINT_INCLUDE +#include LV_STDDEF_INCLUDE #include #include "../inc/vg_lite.h" #include "../VGLiteKernel/vg_lite_kernel.h" diff --git a/src/libs/vg_lite_driver/inc/vg_lite.h b/src/libs/vg_lite_driver/inc/vg_lite.h index 277c1844ae..e9b594e9ba 100755 --- a/src/libs/vg_lite_driver/inc/vg_lite.h +++ b/src/libs/vg_lite_driver/inc/vg_lite.h @@ -39,8 +39,8 @@ extern "C" { #include "../../../lvgl_public.h" #if LV_USE_VG_LITE_DRIVER -#include -#include +#include LV_STDDEF_INCLUDE +#include LV_STDINT_INCLUDE /* VGLite API Constants *******************************************************************************************************************/ diff --git a/src/libs/vg_lite_driver/lv_vg_lite_hal/lv_vg_lite_hal.c b/src/libs/vg_lite_driver/lv_vg_lite_hal/lv_vg_lite_hal.c index 262f5e4baf..c91975b2cd 100644 --- a/src/libs/vg_lite_driver/lv_vg_lite_hal/lv_vg_lite_hal.c +++ b/src/libs/vg_lite_driver/lv_vg_lite_hal/lv_vg_lite_hal.c @@ -13,7 +13,7 @@ #include "../VGLiteKernel/vg_lite_hal.h" #include "../VGLiteKernel/vg_lite_hw.h" -#include +#include LV_STDARG_INCLUDE static void sleep(uint32_t msec) { diff --git a/src/libs/vg_lite_driver/lv_vg_lite_hal/vg_lite_platform.h b/src/libs/vg_lite_driver/lv_vg_lite_hal/vg_lite_platform.h index c98c88585d..c204fb9648 100644 --- a/src/libs/vg_lite_driver/lv_vg_lite_hal/vg_lite_platform.h +++ b/src/libs/vg_lite_driver/lv_vg_lite_hal/vg_lite_platform.h @@ -4,7 +4,7 @@ #include "../../../lvgl_public.h" #if LV_USE_VG_LITE_DRIVER -#include +#include LV_STDINT_INCLUDE #include #include #include "../VGLiteKernel/vg_lite_debug.h" diff --git a/src/osal/lv_pthread.h b/src/osal/lv_pthread.h index b0c921587b..d7f018a23b 100644 --- a/src/osal/lv_pthread.h +++ b/src/osal/lv_pthread.h @@ -18,7 +18,7 @@ extern "C" { #include #include #include -#include +#include LV_STDBOOL_INCLUDE /********************* * DEFINES diff --git a/src/osal/lv_rtthread.h b/src/osal/lv_rtthread.h index 255a47afe9..a4248b6ef6 100644 --- a/src/osal/lv_rtthread.h +++ b/src/osal/lv_rtthread.h @@ -16,7 +16,7 @@ extern "C" { #if LV_USE_OS == LV_OS_RTTHREAD #include -#include +#include LV_STDBOOL_INCLUDE /********************* * DEFINES diff --git a/src/osal/lv_sdl2.h b/src/osal/lv_sdl2.h index 69eff5851a..92d93014b3 100644 --- a/src/osal/lv_sdl2.h +++ b/src/osal/lv_sdl2.h @@ -15,7 +15,7 @@ extern "C" { *********************/ #if LV_USE_OS == LV_OS_SDL2 #include -#include +#include LV_STDBOOL_INCLUDE /********************* * DEFINES diff --git a/src/osal/lv_windows.h b/src/osal/lv_windows.h index de158ab122..0b28ebdb5b 100644 --- a/src/osal/lv_windows.h +++ b/src/osal/lv_windows.h @@ -17,7 +17,7 @@ extern "C" { #if LV_USE_OS == LV_OS_WINDOWS #include -#include +#include LV_STDBOOL_INCLUDE /********************* * DEFINES diff --git a/src/stdlib/clib/lv_sprintf_clib.c b/src/stdlib/clib/lv_sprintf_clib.c index 6a2a89b860..f42b43c2d5 100644 --- a/src/stdlib/clib/lv_sprintf_clib.c +++ b/src/stdlib/clib/lv_sprintf_clib.c @@ -12,7 +12,7 @@ #if LV_USE_STDLIB_SPRINTF == LV_STDLIB_CLIB #include -#include +#include LV_STDARG_INCLUDE /********************* * DEFINES diff --git a/src/stdlib/rtthread/lv_sprintf_rtthread.c b/src/stdlib/rtthread/lv_sprintf_rtthread.c index 225e5df4e4..4b824c66be 100644 --- a/src/stdlib/rtthread/lv_sprintf_rtthread.c +++ b/src/stdlib/rtthread/lv_sprintf_rtthread.c @@ -12,7 +12,7 @@ #if LV_USE_STDLIB_SPRINTF == LV_STDLIB_RTTHREAD #include -#include +#include LV_STDARG_INCLUDE #if LV_USE_FLOAT == 1 #warning "lv_sprintf_rtthread: rtthread not support float in sprintf"