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

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


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

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

mesa: don't include limits.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 9eecf5b..12c02b2 100644
--- a/src/mesa/main/compiler.h
+++ b/src/mesa/main/compiler.h
@@ -36,7 +36,6 @@
 
 #include <assert.h>
 #include <math.h>
-#include <limits.h>
 #include <stdlib.h>
 #include <stdio.h>
 #include <string.h>




More information about the mesa-commit mailing list