From 6cb431c19c03e0582dc9552159b308ff9a5d2294 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 24 Feb 2015 16:42:43 -0700 Subject: [PATCH] glsl: #include c99_math.h instead of core.h We only need the M_LOG2E definition. Reviewed-by: Matt Turner Reviewed-by: Jose Fonseca --- src/glsl/lower_instructions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/glsl/lower_instructions.cpp b/src/glsl/lower_instructions.cpp index 4779de059ad..845cfff3648 100644 --- a/src/glsl/lower_instructions.cpp +++ b/src/glsl/lower_instructions.cpp @@ -124,7 +124,7 @@ * Converts double trunc, ceil, floor, round to fract */ -#include "main/core.h" /* for M_LOG2E */ +#include "c99_math.h" #include "program/prog_instruction.h" /* for swizzle */ #include "glsl_types.h" #include "ir.h" -- 2.30.2