Mesa (master): mesa: don't include float.h in compiler.h

Brian Paul brianp at kemper.freedesktop.org
Thu Feb 26 15:45:36 UTC 2015


Module: Mesa
Branch: master
Commit: 13730bcaf360e4b6b5bbc80eb5d0015baea2c194
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=13730bcaf360e4b6b5bbc80eb5d0015baea2c194

Author: Brian Paul <brianp at vmware.com>
Date:   Tue Feb 24 17:03:47 2015 -0700

mesa: don't include float.h in compiler.h

Not needed.

Reviewed-by: Matt Turner <mattst88 at gmail.com>
Reviewed-by: Jose Fonseca <jfonseca at vmware.com>

---

 src/mesa/main/compiler.h |    1 -
 1 file changed, 1 deletion(-)

diff --git a/src/mesa/main/compiler.h b/src/mesa/main/compiler.h
index 694e0af..9eecf5b 100644
--- a/src/mesa/main/compiler.h
+++ b/src/mesa/main/compiler.h
@@ -40,7 +40,6 @@
 #include <stdlib.h>
 #include <stdio.h>
 #include <string.h>
-#include <float.h>
 
 #include "util/macros.h"
 




More information about the mesa-commit mailing list