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/drivers/x11/xm_tri.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mesa/drivers/x11/xm_tri.c') diff --git a/src/mesa/drivers/x11/xm_tri.c b/src/mesa/drivers/x11/xm_tri.c index e9ec67640dc..528d10b2730 100644 --- a/src/mesa/drivers/x11/xm_tri.c +++ b/src/mesa/drivers/x11/xm_tri.c @@ -30,6 +30,7 @@ */ +#include "c99_math.h" #include "main/imports.h" #include "main/mtypes.h" #include "glxheader.h" -- cgit v1.2.3