From 888d807a71318b372a6d061b5cf658d47fb4311d Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Thu, 17 Oct 2013 23:05:40 -0700 Subject: [PATCH] Removed redundant #ifdef --- src/video/windows/SDL_windowsmessagebox.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/video/windows/SDL_windowsmessagebox.c b/src/video/windows/SDL_windowsmessagebox.c index e50c542edcc6c..b2a59532a182b 100644 --- a/src/video/windows/SDL_windowsmessagebox.c +++ b/src/video/windows/SDL_windowsmessagebox.c @@ -22,9 +22,7 @@ #if SDL_VIDEO_DRIVER_WINDOWS -#if defined(__WIN32__) #include "../../core/windows/SDL_windows.h" -#endif #include "SDL_assert.h" #include "SDL_windowsvideo.h"