diff options
author | Vinson Lee <vlee@vmware.com> | 2010-01-11 19:29:26 -0800 |
---|---|---|
committer | Vinson Lee <vlee@vmware.com> | 2010-01-11 19:29:26 -0800 |
commit | 1d911cae01fcd6b9816803e746e8fce6bff016df (patch) | |
tree | 34cf7999996e3a59cda04f8794b4c5c317f140cc | |
parent | 7cbce6e4bc8bcc1877c9b87292a82395c120d003 (diff) |
progs/demos: Remove unnecessary header from morph3d.c.
-rw-r--r-- | src/demos/morph3d.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/demos/morph3d.c b/src/demos/morph3d.c index 01a06aba..eab520a9 100644 --- a/src/demos/morph3d.c +++ b/src/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 |