Removed redundant #ifdef

This commit is contained in:
Sam Lantinga 2013-10-17 23:05:40 -07:00
parent 2451a67018
commit 3ad2c7e539

View File

@ -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"