diff options
author | Aras Pranckevicius <[email protected]> | 2010-07-29 12:40:49 +0300 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2010-08-02 10:59:46 -0700 |
commit | 31747155ea3a24190277b125bd188ac8689af719 (patch) | |
tree | 7b93cf0e0431c51ab6e49c0de22cbbb8fd3339fc /src/glsl/hir_field_selection.cpp | |
parent | b35703df107b50b2c3f5cd4d56790921e8106324 (diff) |
glsl2: Give the path within src/mesa/ for headers instead of relying on -I.
Diffstat (limited to 'src/glsl/hir_field_selection.cpp')
-rw-r--r-- | src/glsl/hir_field_selection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glsl/hir_field_selection.cpp b/src/glsl/hir_field_selection.cpp index db1e06932f4..6dd910d5816 100644 --- a/src/glsl/hir_field_selection.cpp +++ b/src/glsl/hir_field_selection.cpp @@ -23,7 +23,7 @@ #include "ir.h" #include "main/imports.h" -#include "symbol_table.h" +#include "program/symbol_table.h" #include "glsl_parser_extras.h" #include "ast.h" #include "glsl_types.h" |