diff options
Diffstat (limited to 'src')
-rw-r--r-- | 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 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: |