mirror of
https://github.com/encounter/SDL.git
synced 2025-12-21 10:49:12 +00:00
Remove unused internal header SDL_sysevents.h
This commit is contained in:
committed by
Sam Lantinga
parent
3e114872e8
commit
78089e6598
@@ -23,8 +23,8 @@
|
||||
#if SDL_VIDEO_DRIVER_NACL
|
||||
|
||||
#include "SDL.h"
|
||||
#include "../../events/SDL_sysevents.h"
|
||||
#include "../../events/SDL_events_c.h"
|
||||
#include "../SDL_sysvideo.h"
|
||||
#include "SDL_naclevents_c.h"
|
||||
#include "SDL_naclvideo.h"
|
||||
#include "ppapi_simple/ps_event.h"
|
||||
|
||||
@@ -26,9 +26,9 @@
|
||||
most of the API. */
|
||||
|
||||
#include "SDL.h"
|
||||
#include "../../events/SDL_sysevents.h"
|
||||
#include "../../events/SDL_events_c.h"
|
||||
#include "../../events/SDL_keyboard_c.h"
|
||||
#include "../SDL_sysvideo.h"
|
||||
#include "SDL_pspvideo.h"
|
||||
#include "SDL_pspevents_c.h"
|
||||
#include "SDL_keyboard.h"
|
||||
|
||||
@@ -21,9 +21,6 @@
|
||||
|
||||
#include "SDL_pspvideo.h"
|
||||
|
||||
/* Variables and functions exported by SDL_sysevents.c to other parts
|
||||
of the native video subsystem (SDL_sysvideo.c)
|
||||
*/
|
||||
extern void PSP_InitOSKeymap(_THIS);
|
||||
extern void PSP_PumpEvents(_THIS);
|
||||
|
||||
|
||||
@@ -23,9 +23,9 @@
|
||||
|
||||
#if SDL_VIDEO_DRIVER_RPI
|
||||
|
||||
#include "../../events/SDL_sysevents.h"
|
||||
#include "../../events/SDL_events_c.h"
|
||||
#include "../../events/SDL_keyboard_c.h"
|
||||
#include "../SDL_sysvideo.h"
|
||||
#include "SDL_rpivideo.h"
|
||||
#include "SDL_rpievents_c.h"
|
||||
|
||||
|
||||
@@ -28,9 +28,9 @@
|
||||
#include "SDL_hints.h"
|
||||
|
||||
#include "../../core/unix/SDL_poll.h"
|
||||
#include "../../events/SDL_sysevents.h"
|
||||
#include "../../events/SDL_events_c.h"
|
||||
#include "../../events/scancodes_xfree86.h"
|
||||
#include "../SDL_sysvideo.h"
|
||||
|
||||
#include "SDL_waylandvideo.h"
|
||||
#include "SDL_waylandevents_c.h"
|
||||
|
||||
Reference in New Issue
Block a user