Module: Mesa Branch: master Commit: 841503fddf647bf7eaa715f3500c36389bca2c80 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=841503fddf647bf7eaa715f3500c36389bca2c80
Author: Vinson Lee <[email protected]> Date: Fri Oct 1 16:27:58 2010 -0700 glsl: Remove unnecessary header. --- src/glsl/lower_texture_projection.cpp | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/glsl/lower_texture_projection.cpp b/src/glsl/lower_texture_projection.cpp index f82ca0a..1fd26a7 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: _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
