Removed redundant #ifdef

This commit is contained in:
Sam Lantinga 2013-10-17 23:05:40 -07:00
parent a999af88e9
commit 26b26c8f01

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"