progs/demos: Remove unnecessary header from isosurf.c.

This commit is contained in:
Vinson Lee
2010-01-11 19:03:18 -08:00
parent d880b64423
commit b4bc208529

View File

@@ -27,7 +27,6 @@
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#ifdef _WIN32
#include <windows.h>