aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBrian Paul <[email protected]>2015-02-24 17:03:47 -0700
committerBrian Paul <[email protected]>2015-02-26 08:38:38 -0700
commit13730bcaf360e4b6b5bbc80eb5d0015baea2c194 (patch)
tree227061d52127b380adcf6d69f97456eebd8890bb /src
parentddf4b2e363653daf9342925e71122ba6670816a8 (diff)
mesa: don't include float.h in compiler.h
Not needed. Reviewed-by: Matt Turner <[email protected]> Reviewed-by: Jose Fonseca <[email protected]>
Diffstat (limited to 'src')
-rw-r--r--src/mesa/main/compiler.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/main/compiler.h b/src/mesa/main/compiler.h
index 694e0afcd93..9eecf5ba6c9 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"