tmp: remove special-case for win32

This commit is contained in:
Rekai Nyangadzayi Musuka 2023-03-26 21:08:24 -05:00
parent 0b90028b52
commit 3e1017d4fc
1 changed files with 2 additions and 7 deletions

View File

@ -67,13 +67,8 @@
#include "imgui_impl_sdl.h" #include "imgui_impl_sdl.h"
// SDL // SDL
#if defined(__WIN32__) #include <SDL.h>
#include <SDL2/SDL.h> #include <SDL_syswm.h>
#include <SDL2/SDL_syswm.h>
#else
#include <SDL.h>
#include <SDL_syswm.h>
#endif
#if defined(__APPLE__) #if defined(__APPLE__)
#include <TargetConditionals.h> #include <TargetConditionals.h>