Module: Mesa Branch: master Commit: 07fb52bcf6d8a1ff03c6d7b8c4bcae2fae57de05 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=07fb52bcf6d8a1ff03c6d7b8c4bcae2fae57de05
Author: Vinson Lee <[email protected]> Date: Thu Jan 28 14:20:33 2010 -0800 progs/glsl: Remove unnecessary header from samplers.c. --- progs/glsl/samplers.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/progs/glsl/samplers.c b/progs/glsl/samplers.c index 87dad5d..8f26a5e 100644 --- a/progs/glsl/samplers.c +++ b/progs/glsl/samplers.c @@ -41,7 +41,6 @@ #include <string.h> #include <GL/glew.h> #include "GL/glut.h" -#include "readtex.h" #include "shaderutil.h" _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
