浏览代码

Fixed not needed standard includes in test program.

Philipp Wiesemann 11 年之前
父节点
当前提交
aaefa6a855
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 0 3
      test/testdrawchessboard.c

+ 0 - 3
test/testdrawchessboard.c

@@ -14,9 +14,6 @@
 
 
 /* Sample program:  Draw a Chess Board  by using SDL_CreateSoftwareRenderer API */
 /* Sample program:  Draw a Chess Board  by using SDL_CreateSoftwareRenderer API */
 
 
-#include <stdlib.h>
-#include <stdio.h>
-
 #include "SDL.h"
 #include "SDL.h"
 
 
 void
 void