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/ir_explog_to_explog2.cpp | |
parent | f90b5936d07c4c8f280318ab5cf5894ecb67aef6 (diff) |
glsl: Include main/core.h.
Make glsl include only main/core.h from core mesa.
Diffstat (limited to 'src/glsl/ir_explog_to_explog2.cpp')
-rw-r--r-- | src/glsl/ir_explog_to_explog2.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glsl/ir_explog_to_explog2.cpp b/src/glsl/ir_explog_to_explog2.cpp index 9bf82710812..78694a2029d 100644 --- a/src/glsl/ir_explog_to_explog2.cpp +++ b/src/glsl/ir_explog_to_explog2.cpp @@ -29,7 +29,7 @@ * and log2 operations. */ -#include "main/imports.h" +#include "main/core.h" /* for log2f on MSVC */ #include "ir.h" #include "glsl_types.h" |