diff options
author | Chia-I Wu <[email protected]> | 2010-08-23 17:51:42 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2010-08-24 11:27:29 +0800 |
commit | bfd7c9ac228c7ed8aec04c3b3aa33f40ee00b035 (patch) | |
tree | 253e93215989a58b0ec088b7fad095766e3cab80 /src/glsl/hir_field_selection.cpp | |
parent | f90b5936d07c4c8f280318ab5cf5894ecb67aef6 (diff) |
glsl: Include main/core.h.
Make glsl include only main/core.h from core mesa.
Diffstat (limited to 'src/glsl/hir_field_selection.cpp')
-rw-r--r-- | src/glsl/hir_field_selection.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/glsl/hir_field_selection.cpp b/src/glsl/hir_field_selection.cpp index 23045ff1827..3c33127b5f8 100644 --- a/src/glsl/hir_field_selection.cpp +++ b/src/glsl/hir_field_selection.cpp @@ -22,7 +22,6 @@ */ #include "ir.h" -#include "main/imports.h" #include "program/symbol_table.h" #include "glsl_parser_extras.h" #include "ast.h" |