diff options
author | Keith Whitwell <keithw@vmware.com> | 2009-09-17 12:08:04 +0100 |
---|---|---|
committer | Keith Whitwell <keithw@vmware.com> | 2009-09-17 12:08:04 +0100 |
commit | e95a3a23dca9fc7aaa89237059d841f624b438db (patch) | |
tree | a255327884ee6ce838e83de48bc308d347ce8a69 /progs/perf/glmain.h | |
parent | 21caa29fbd332a2ee05a58df91e1664fbbc4e61f (diff) |
progs/perf: add scons support, get working under mingw
Diffstat (limited to 'progs/perf/glmain.h')
-rw-r--r-- | progs/perf/glmain.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/progs/perf/glmain.h b/progs/perf/glmain.h index 50480a80c0..fe11d7235e 100644 --- a/progs/perf/glmain.h +++ b/progs/perf/glmain.h @@ -26,7 +26,6 @@ #define GL_GLEXT_PROTOTYPES #include <GL/glew.h> -#include <stdio.h> #include <stdlib.h> #include <math.h> |