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:
parent
1a17139cf1
commit
f3b8ca2a36
13 changed files with 0 additions and 20 deletions
|
@ -29,7 +29,6 @@
|
|||
#endif
|
||||
|
||||
#include "SDL.h"
|
||||
#include "SDL_audio.h"
|
||||
|
||||
struct
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue