From 7caab6653ecea555ee5ffbc8767b52901f08fe39 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Tue, 16 Feb 2016 16:35:29 +0100 Subject: [PATCH] Remove not needed headers (nw) --- src/osd/sdl/video.cpp | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/src/osd/sdl/video.cpp b/src/osd/sdl/video.cpp index 4f694d4f967..f700c2b6da4 100644 --- a/src/osd/sdl/video.cpp +++ b/src/osd/sdl/video.cpp @@ -7,33 +7,6 @@ // SDLMAME by Olivier Galibert and R. Belmont // //============================================================ - -#ifdef SDLMAME_X11 -#include -#endif - -#ifdef SDLMAME_MACOSX -#undef Status -#include -#endif - -#ifdef SDLMAME_WIN32 -// for multimonitor -#ifndef _WIN32_WINNT -#define _WIN32_WINNT 0x501 -#endif - -#define WIN32_LEAN_AND_MEAN -#include - -#include "strconv.h" -#endif - -#ifdef SDLMAME_OS2 -#define INCL_WINSYS -#include -#endif - #include "sdlinc.h" // MAME headers