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/compiler.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mesa/main/compiler.h') diff --git a/src/mesa/main/compiler.h b/src/mesa/main/compiler.h index a700ff9eb23..e644e2359c3 100644 --- a/src/mesa/main/compiler.h +++ b/src/mesa/main/compiler.h @@ -35,7 +35,6 @@ #include -#include #include "util/macros.h" -- cgit v1.2.3