Mesa (master): glsl: Remove unnecessary header.

Vinson Lee vlee at kemper.freedesktop.org
Fri Oct 1 23:28:12 UTC 2010


Module: Mesa
Branch: master
Commit: 841503fddf647bf7eaa715f3500c36389bca2c80
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=841503fddf647bf7eaa715f3500c36389bca2c80

Author: Vinson Lee <vlee at vmware.com>
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:




More information about the mesa-commit mailing list