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 e79d26cc2f
commit 2b26e95343
13 changed files with 0 additions and 20 deletions

View File

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