diff options
author | Karl Schultz <kschultz@freedesktop.org> | 2006-03-29 02:09:47 +0000 |
---|---|---|
committer | Karl Schultz <kschultz@freedesktop.org> | 2006-03-29 02:09:47 +0000 |
commit | 4f21180416c4cb071e70379c2b5bc15338e0016b (patch) | |
tree | 83b2ac1a828821f0a2c40857f908c9ffd2d7b874 /progs | |
parent | c61763b5d26fdde05d3f301b8c0bdb609cd5b16f (diff) |
Remove unneeded includes of time.h
Diffstat (limited to 'progs')
-rw-r--r-- | progs/demos/bounce.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/progs/demos/bounce.c b/progs/demos/bounce.c index 2f3fa9fd97..436bc7d1fb 100644 --- a/progs/demos/bounce.c +++ b/progs/demos/bounce.c @@ -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 ) |