Module: Mesa Branch: glsl2 Commit: 3880d07f4bde3f3743bad6e0f5966276c476fb21 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3880d07f4bde3f3743bad6e0f5966276c476fb21
Author: Ian Romanick <[email protected]> Date: Tue Jul 13 17:31:12 2010 -0700 linker: Remove some unnecessary includes --- src/glsl/linker.cpp | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/src/glsl/linker.cpp b/src/glsl/linker.cpp index 72b83ff..155c9d4 100644 --- a/src/glsl/linker.cpp +++ b/src/glsl/linker.cpp @@ -73,9 +73,7 @@ extern "C" { #include "main/mtypes.h" #include "glsl_symbol_table.h" -#include "glsl_parser_extras.h" #include "ir.h" -#include "ir_optimization.h" #include "program.h" #include "hash_table.h" #include "shader_api.h" _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
