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/linker.cpp | |
parent | f90b5936d07c4c8f280318ab5cf5894ecb67aef6 (diff) |
glsl: Include main/core.h.
Make glsl include only main/core.h from core mesa.
Diffstat (limited to 'src/glsl/linker.cpp')
-rw-r--r-- | src/glsl/linker.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/glsl/linker.cpp b/src/glsl/linker.cpp index 38d19c4c711..c5c8c9cdd63 100644 --- a/src/glsl/linker.cpp +++ b/src/glsl/linker.cpp @@ -72,10 +72,7 @@ extern "C" { #include <talloc.h> } -#include "main/compiler.h" -#include "main/mtypes.h" -#include "main/macros.h" -#include "main/shaderobj.h" +#include "main/core.h" #include "glsl_symbol_table.h" #include "ir.h" #include "program.h" |