From 31753b50f3927ab45f8442cbe687bab9cee6d3bc Mon Sep 17 00:00:00 2001 From: Chia-I Wu Date: Mon, 1 Aug 2011 11:14:18 +0900 Subject: [PATCH] glsl: remove an unnecessary header include Reviewed-by: Brian Paul Reviewed-by: Ian Romanick Reviewed-by: Chad Versace --- src/glsl/main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/glsl/main.cpp b/src/glsl/main.cpp index 9b8a50738ac..01921375070 100644 --- a/src/glsl/main.cpp +++ b/src/glsl/main.cpp @@ -24,7 +24,6 @@ #include "ast.h" #include "glsl_parser_extras.h" -#include "glsl_parser.h" #include "ir_optimization.h" #include "ir_print_visitor.h" #include "program.h"