mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-28 15:39:10 +00:00
SDL_kmsdrmvideo.c: clean-up includes, add clarifying note after 5ab879f
This commit is contained in:
parent
a4969e393e
commit
c00b6a8e20
1 changed files with 2 additions and 2 deletions
|
@ -23,13 +23,14 @@
|
|||
|
||||
#ifdef SDL_VIDEO_DRIVER_KMSDRM
|
||||
|
||||
/* include this here before SDL_sysvideo.h to avoid vulkan type
|
||||
* redefinition errors. it already includes SDL_sysvideo.h. */
|
||||
#include "SDL_kmsdrmvulkan.h"
|
||||
|
||||
/* SDL internals */
|
||||
#include "../../events/SDL_events_c.h"
|
||||
#include "../../events/SDL_keyboard_c.h"
|
||||
#include "../../events/SDL_mouse_c.h"
|
||||
#include "../SDL_sysvideo.h"
|
||||
|
||||
#ifdef SDL_INPUT_LINUXEV
|
||||
#include "../../core/linux/SDL_evdev.h"
|
||||
|
@ -43,7 +44,6 @@
|
|||
#include "SDL_kmsdrmmouse.h"
|
||||
#include "SDL_kmsdrmvideo.h"
|
||||
#include "SDL_kmsdrmopengles.h"
|
||||
/*#include "SDL_kmsdrmvulkan.h"*/
|
||||
#include <dirent.h>
|
||||
#include <errno.h>
|
||||
#include <poll.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue