projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13730bc
)
mesa: don't include limits.h in compiler.h
author
Brian Paul
<brianp@vmware.com>
Wed, 25 Feb 2015 00:05:48 +0000
(17:05 -0700)
committer
Brian 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
patch
|
blob
|
history
diff --git
a/src/mesa/main/compiler.h
b/src/mesa/main/compiler.h
index 9eecf5ba6c92d1259ab8b2ea966ec6fbef2eeeec..12c02b2fe5110af856f55b7f83699e33a9eaad1a 100644
(file)
--- 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>