From: Vinson Lee Date: Fri, 1 Oct 2010 23:27:58 +0000 (-0700) Subject: glsl: Remove unnecessary header. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=841503fddf647bf7eaa715f3500c36389bca2c80;p=mesa.git glsl: Remove unnecessary header. --- diff --git a/src/glsl/lower_texture_projection.cpp b/src/glsl/lower_texture_projection.cpp index f82ca0a9fd9..1fd26a7a2b5 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: