summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--src/osd/sdl/sdlinc.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/osd/sdl/sdlinc.h b/src/osd/sdl/sdlinc.h
index 47ead42c0cf..03bd37874ca 100644
--- a/src/osd/sdl/sdlinc.h
+++ b/src/osd/sdl/sdlinc.h
@@ -5,9 +5,6 @@
#include <SDL2/SDL.h>
#include <SDL2/SDL_version.h>
-// on win32 this includes windows.h by itself and breaks us!
-#ifndef SDLMAME_WIN32
#include <SDL2/SDL_syswm.h>
-#endif
#endif