mirror of https://github.com/libsdl-org/SDL.git
fix type redefinition errors after commit b1b4638cac.
This commit is contained in:
parent
5aa9ee8446
commit
550d5b95c0
|
|
@ -22,8 +22,8 @@
|
|||
|
||||
#if defined(SDL_VIDEO_VULKAN) && defined(SDL_VIDEO_DRIVER_OFFSCREEN)
|
||||
|
||||
#include "../SDL_sysvideo.h"
|
||||
#include "../SDL_vulkan_internal.h"
|
||||
#include "../SDL_sysvideo.h"
|
||||
|
||||
|
||||
static const char *s_defaultPaths[] = {
|
||||
|
|
|
|||
Loading…
Reference in New Issue