Skip to content

Commit 231ed48

Browse files
committed
Harmony port: review changes
1 parent 298581d commit 231ed48

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

src/core/ohos/SDL_ohos.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#include "SDL3/SDL_video.h"
21
#include "SDL_internal.h"
32
#include <EGL/egl.h>
43
#include <EGL/eglplatform.h>

src/video/ohos/SDL_ohoskeyboard.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
#include "SDL3/SDL_log.h"
2-
#include "SDL3/SDL_oldnames.h"
3-
#include "SDL3/SDL_scancode.h"
41
#include "SDL_internal.h"
2+
#include "SDL3/SDL_scancode.h"
53

64
#ifdef SDL_VIDEO_DRIVER_OHOS
75

0 commit comments

Comments
 (0)