From: Vinson Lee Date: Thu, 28 Jan 2010 22:20:33 +0000 (-0800) Subject: progs/glsl: Remove unnecessary header from samplers.c. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=07fb52bcf6d8a1ff03c6d7b8c4bcae2fae57de05;p=mesa.git progs/glsl: Remove unnecessary header from samplers.c. --- diff --git a/progs/glsl/samplers.c b/progs/glsl/samplers.c index 87dad5d8575..8f26a5e329d 100644 --- a/progs/glsl/samplers.c +++ b/progs/glsl/samplers.c @@ -41,7 +41,6 @@ #include #include #include "GL/glut.h" -#include "readtex.h" #include "shaderutil.h"