diff options
author | Vinson Lee <[email protected]> | 2010-01-11 19:29:26 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-01-11 19:29:26 -0800 |
commit | 78ddce9fdada4b09a008b65d91e3e43cfe011459 (patch) | |
tree | 31a1908ba6b68d4b7b85629fc54567114673d1d5 /progs/demos | |
parent | 3fce8ad2de9500add86ca1e75c0c79361ee1b524 (diff) |
progs/demos: Remove unnecessary header from morph3d.c.
Diffstat (limited to 'progs/demos')
-rw-r--r-- | progs/demos/morph3d.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/progs/demos/morph3d.c b/progs/demos/morph3d.c index 01a06aba0ff..eab520a9897 100644 --- a/progs/demos/morph3d.c +++ b/progs/demos/morph3d.c @@ -137,7 +137,6 @@ So the angle is: #endif #include <GL/glut.h> #include <math.h> -#include <string.h> #define Scale 0.3 |