From 841503fddf647bf7eaa715f3500c36389bca2c80 Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Fri, 1 Oct 2010 16:27:58 -0700 Subject: glsl: Remove unnecessary header. --- src/glsl/lower_texture_projection.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/glsl') diff --git a/src/glsl/lower_texture_projection.cpp b/src/glsl/lower_texture_projection.cpp index f82ca0a9fd..1fd26a7a2b 100644 --- a/src/glsl/lower_texture_projection.cpp +++ b/src/glsl/lower_texture_projection.cpp @@ -36,7 +36,6 @@ */ #include "ir.h" -#include "ir_rvalue_visitor.h" class lower_texture_projection_visitor : public ir_hierarchical_visitor { public: -- cgit v1.2.3