diff options
author | Chia-I Wu <olv@lunarg.com> | 2010-08-23 17:51:42 +0800 |
---|---|---|
committer | Chia-I Wu <olv@lunarg.com> | 2010-08-24 11:27:29 +0800 |
commit | bfd7c9ac228c7ed8aec04c3b3aa33f40ee00b035 (patch) | |
tree | 253e93215989a58b0ec088b7fad095766e3cab80 /src/glsl/builtin_function.cpp | |
parent | f90b5936d07c4c8f280318ab5cf5894ecb67aef6 (diff) |
glsl: Include main/core.h.
Make glsl include only main/core.h from core mesa.
Diffstat (limited to 'src/glsl/builtin_function.cpp')
-rw-r--r-- | src/glsl/builtin_function.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glsl/builtin_function.cpp b/src/glsl/builtin_function.cpp index 5471ba6020..a277ed6e8d 100644 --- a/src/glsl/builtin_function.cpp +++ b/src/glsl/builtin_function.cpp @@ -23,7 +23,7 @@ */ #include <stdio.h> -#include "main/compiler.h" +#include "main/core.h" /* for struct gl_shader */ #include "glsl_parser_extras.h" #include "ir_reader.h" #include "program.h" |