From 95855dd32f4228d3c99e040b76f4357593b4b5a4 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 24 Feb 2015 17:56:45 -0700 Subject: mesa: don't include math.h in compiler.h Not needed by anything in that header. Include math.h or c99_math.h where needed instead. Reviewed-by: Matt Turner Reviewed-by: Jose Fonseca --- src/mesa/main/imports.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mesa/main/imports.c') diff --git a/src/mesa/main/imports.c b/src/mesa/main/imports.c index 896b11e8233..752cf5a429f 100644 --- a/src/mesa/main/imports.c +++ b/src/mesa/main/imports.c @@ -43,6 +43,7 @@ */ #include +#include "c99_math.h" #include "imports.h" #include "context.h" #include "mtypes.h" -- cgit v1.2.3