projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
95855dd
)
mesa: don't include stdint.h in compiler.h
author
Brian Paul
<brianp@vmware.com>
Wed, 25 Feb 2015 01:00:37 +0000
(18:00 -0700)
committer
Brian Paul
<brianp@vmware.com>
Thu, 26 Feb 2015 15:38:39 +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 e644e2359c3fe0b18d98574331550a3298cfe81d..cf9a686ced6e4f51c350ae55b81f08be8a697abd 100644
(file)
--- a/
src/mesa/main/compiler.h
+++ b/
src/mesa/main/compiler.h
@@
-46,12
+46,6
@@
extern "C" {
#endif
-/**
- * Get standard integer types
- */
-#include <stdint.h>
-
-
/**
* Sun compilers define __i386 instead of the gcc-style __i386__
*/