Merge commit 'origin/master' into gallium-map-range
[mesa.git] / progs / demos / bounce.c
index 2f3fa9fd97e954e363fa1bf9b549e5d14ee5d007..436bc7d1fb880813b711aba663f5ee5f0ce19262 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 )