projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c61763b
)
Remove unneeded includes of time.h
author
Karl Schultz
<kschultz@freedesktop.org>
Wed, 29 Mar 2006 02:09:47 +0000
(
02:09
+0000)
committer
Karl Schultz
<kschultz@freedesktop.org>
Wed, 29 Mar 2006 02:09:47 +0000
(
02:09
+0000)
progs/demos/bounce.c
patch
|
blob
|
history
diff --git
a/progs/demos/bounce.c
b/progs/demos/bounce.c
index 2f3fa9fd97e954e363fa1bf9b549e5d14ee5d007..436bc7d1fb880813b711aba663f5ee5f0ce19262 100644
(file)
--- 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 )