Remove SDL/ in #include statements

This commit is contained in:
Kp 2013-07-21 22:02:13 +00:00
parent 0c689e23e0
commit 50ce0c00c8

View file

@ -46,7 +46,7 @@ static char rcsid =
#endif
/* Include the SDL main definition header */
#include <SDL/SDL.h>
#include <SDL.h>
#include "SDL_main.h"
#ifdef main
#undef main