diff options
author | Vinson Lee <[email protected]> | 2010-01-28 15:11:39 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-01-28 15:11:39 -0800 |
commit | d40070029f8f57b55c87e9310ab948342313a046 (patch) | |
tree | a10ba74582083cd8e508468a160502b04e128b8f /progs/tests/zcomp.c | |
parent | bbb41153c23600f8ec25405add2341f770346911 (diff) |
progs/tests: Remove unnecessary headers.
Diffstat (limited to 'progs/tests/zcomp.c')
-rw-r--r-- | progs/tests/zcomp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/progs/tests/zcomp.c b/progs/tests/zcomp.c index 15e35f17b09..d6b9c070223 100644 --- a/progs/tests/zcomp.c +++ b/progs/tests/zcomp.c @@ -7,7 +7,6 @@ #include <math.h> #include <GL/glew.h> #include <GL/glut.h> -#include "../util/showbuffer.c" static int Win; |