From 231ed48aab38f62a931307f500ea47cc0ab4087b Mon Sep 17 00:00:00 2001 From: Jack253-png Date: Sun, 1 Jun 2025 07:52:13 +0800 Subject: [PATCH] Harmony port: review changes --- src/core/ohos/SDL_ohos.c | 1 - src/video/ohos/SDL_ohoskeyboard.c | 4 +--- 2 files changed, 1 insertion(+), 4 deletions(-) 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