diff --git a/src/core/ohos/SDL_ohos.c b/src/core/ohos/SDL_ohos.c index a1bc83be95..1a7acf4502 100644 --- a/src/core/ohos/SDL_ohos.c +++ b/src/core/ohos/SDL_ohos.c @@ -1,4 +1,3 @@ -#include "SDL3/SDL_video.h" #include "SDL_internal.h" #include #include diff --git a/src/video/ohos/SDL_ohoskeyboard.c b/src/video/ohos/SDL_ohoskeyboard.c index 8dcfc6862b..4eab91e6b1 100644 --- a/src/video/ohos/SDL_ohoskeyboard.c +++ b/src/video/ohos/SDL_ohoskeyboard.c @@ -1,7 +1,5 @@ -#include "SDL3/SDL_log.h" -#include "SDL3/SDL_oldnames.h" -#include "SDL3/SDL_scancode.h" #include "SDL_internal.h" +#include "SDL3/SDL_scancode.h" #ifdef SDL_VIDEO_DRIVER_OHOS