We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 298581d commit 231ed48Copy full SHA for 231ed48
src/core/ohos/SDL_ohos.c
@@ -1,4 +1,3 @@
1
-#include "SDL3/SDL_video.h"
2
#include "SDL_internal.h"
3
#include <EGL/egl.h>
4
#include <EGL/eglplatform.h>
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 "SDL3/SDL_scancode.h"
5
6
#ifdef SDL_VIDEO_DRIVER_OHOS
7
0 commit comments