Removed redundant #ifdef

main
Sam Lantinga 2013-10-17 23:05:40 -07:00
parent 12ca3ce3fa
commit 888d807a71
1 changed files with 0 additions and 2 deletions

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"