diff test/testsprite.c @ 1712:931d111e737a SDL-1.3

Started framework for Windows video driver
author Sam Lantinga <slouken@libsdl.org>
date Mon, 26 Jun 2006 13:56:56 +0000
parents 4da1ee79c9af
children
line wrap: on
line diff
--- a/test/testsprite.c	Mon Jun 26 05:27:34 2006 +0000
+++ b/test/testsprite.c	Mon Jun 26 13:56:56 2006 +0000
@@ -1,10 +1,6 @@
 /* Simple program:  Move N sprites around on the screen as fast as possible */
 
-#include <stdio.h>
 #include <stdlib.h>
-#include <string.h>
-#include <ctype.h>
-#include <math.h>
 #include <time.h>
 
 #include "SDL.h"