mesa: don't include float.h in compiler.h
authorBrian Paul <brianp@vmware.com>
Wed, 25 Feb 2015 00:03:47 +0000 (17:03 -0700)
committerBrian Paul <brianp@vmware.com>
Thu, 26 Feb 2015 15:38:38 +0000 (08:38 -0700)
Not needed.

Reviewed-by: Matt Turner <mattst88@gmail.com>
Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
src/mesa/main/compiler.h

index 694e0afcd931f0c4b6d6806e892ec039ff37b254..9eecf5ba6c92d1259ab8b2ea966ec6fbef2eeeec 100644 (file)
@@ -40,7 +40,6 @@
 #include <stdlib.h>
 #include <stdio.h>
 #include <string.h>
-#include <float.h>
 
 #include "util/macros.h"