mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-05-04 07:10:15 +02:00
Make SDL_URIToLocal available to multiple platforms
Moves the functions out of core/unix into SDL_utils.c
This commit is contained in:
@@ -24,7 +24,6 @@
|
||||
#ifdef SDL_VIDEO_DRIVER_WAYLAND
|
||||
|
||||
#include "../../core/unix/SDL_poll.h"
|
||||
#include "../../core/unix/SDL_uri_decode.h"
|
||||
#include "../../events/SDL_events_c.h"
|
||||
#include "../../events/SDL_scancode_tables_c.h"
|
||||
#include "../../core/linux/SDL_system_theme.h"
|
||||
|
||||
@@ -36,7 +36,6 @@
|
||||
#include "SDL_x11settings.h"
|
||||
#include "../SDL_clipboard_c.h"
|
||||
#include "../../core/unix/SDL_poll.h"
|
||||
#include "../../core/unix/SDL_uri_decode.h"
|
||||
#include "../../events/SDL_events_c.h"
|
||||
#include "../../events/SDL_mouse_c.h"
|
||||
#include "../../events/SDL_touch_c.h"
|
||||
|
||||
Reference in New Issue
Block a user