mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 14:43:20 +00:00
fix type redefinition errors after commit b1b4638cac.
This commit is contained in:
parent
5aa9ee8446
commit
550d5b95c0
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue