Removed redundant include statements from test programs.

The needed header files are already included with SDL.h. Still including them in
the test programs is confusing because it somehow suggests they would be needed.
This commit is contained in:
Philipp Wiesemann 2015-02-18 21:31:21 +01:00
parent 1a17139cf1
commit f3b8ca2a36
13 changed files with 0 additions and 20 deletions

View file

@ -29,7 +29,6 @@
#endif
#include "SDL.h"
#include "SDL_audio.h"
struct
{