OSDN Git Service

Remove unneeded includes of time.h
authorKarl Schultz <kschultz@freedesktop.org>
Wed, 29 Mar 2006 02:09:47 +0000 (02:09 +0000)
committerKarl Schultz <kschultz@freedesktop.org>
Wed, 29 Mar 2006 02:09:47 +0000 (02:09 +0000)
progs/demos/bounce.c

index 2f3fa9f..436bc7d 100644 (file)
@@ -14,8 +14,6 @@
 #include <stdlib.h>
 #include <string.h>
 #include <GL/glut.h>
-#include <sys/time.h>
-#include <time.h>
 
 #define COS(X)   cos( (X) * 3.14159/180.0 )
 #define SIN(X)   sin( (X) * 3.14159/180.0 )