summaryrefslogtreecommitdiff
path: root/src/glsl/lower_texture_projection.cpp
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-10-01 16:27:58 -0700
committerVinson Lee <vlee@vmware.com>2010-10-01 16:27:58 -0700
commit841503fddf647bf7eaa715f3500c36389bca2c80 (patch)
tree49013aff784ce572fcf0fe7f9e06639a32392d6e /src/glsl/lower_texture_projection.cpp
parentc77cd9ec10f7c6ad2927740e15900591d1ff388a (diff)
glsl: Remove unnecessary header.
Diffstat (limited to 'src/glsl/lower_texture_projection.cpp')
-rw-r--r--src/glsl/lower_texture_projection.cpp1
1 files changed, 0 insertions, 1 deletions
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: