Remove the SDL.h even in !DEDICTED_SERVER builds

It was used for SDL on APPLE only. I just missread the code. :(
This commit is contained in:
Yamagi Burmeister 2015-03-20 17:45:57 +01:00
parent 531ee80ab4
commit c1f5f62382

View file

@ -34,10 +34,6 @@
#include "../../common/header/common.h"
#include "header/unix.h"
#if !defined(DEDICATED_ONLY)
#include <SDL/SDL.h>
#endif
int
main(int argc, char **argv)
{