Commit aaefa6a855b085aca075e0d05b8a730d80d9920b

Philipp Wiesemann 2014-08-20T22:49:59

Fixed not needed standard includes in test program.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/test/testdrawchessboard.c b/test/testdrawchessboard.c
index d4548ea..1f3c420 100644
--- a/test/testdrawchessboard.c
+++ b/test/testdrawchessboard.c
@@ -14,9 +14,6 @@
 
 /* Sample program:  Draw a Chess Board  by using SDL_CreateSoftwareRenderer API */
 
-#include <stdlib.h>
-#include <stdio.h>
-
 #include "SDL.h"
 
 void