diff options
author | Vinson Lee <vlee@vmware.com> | 2010-01-11 19:03:18 -0800 |
---|---|---|
committer | Vinson Lee <vlee@vmware.com> | 2010-01-11 19:03:18 -0800 |
commit | b4bc20852921f42f0499a174602e87bc3d4495f3 (patch) | |
tree | 53241d2532d634c17a3af0a2e2b1893613d75005 | |
parent | d880b64423d9eab7e6cbe3ad93dfefd6a9613cce (diff) |
progs/demos: Remove unnecessary header from isosurf.c.
-rw-r--r-- | progs/demos/isosurf.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/progs/demos/isosurf.c b/progs/demos/isosurf.c index dd5696507b..d9e50a3c19 100644 --- a/progs/demos/isosurf.c +++ b/progs/demos/isosurf.c @@ -27,7 +27,6 @@ #include <stdio.h> #include <string.h> #include <stdlib.h> -#include <string.h> #include <math.h> #ifdef _WIN32 #include <windows.h> |