diff options
author | Vinson Lee <vlee@vmware.com> | 2010-01-11 19:52:22 -0800 |
---|---|---|
committer | Vinson Lee <vlee@vmware.com> | 2010-01-11 19:52:22 -0800 |
commit | 7bfa54c6a4fab41c37a593438cc5644c1483ce78 (patch) | |
tree | c021aa2922edadf19f59c23342da9ebd42ddf4e0 /progs | |
parent | 2178abfba344cf5a928418dc192519b3780eb854 (diff) |
progs/redbook: Remove unnecessary header from aapoly.c.
Diffstat (limited to 'progs')
-rw-r--r-- | progs/redbook/aapoly.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/progs/redbook/aapoly.c b/progs/redbook/aapoly.c index b7b2b27090..64d06b7b3d 100644 --- a/progs/redbook/aapoly.c +++ b/progs/redbook/aapoly.c @@ -45,7 +45,6 @@ #include <GL/glut.h> #include <stdlib.h> #include <stdio.h> -#include <string.h> GLboolean polySmooth = GL_TRUE; |