summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/compiler.h
diff options
context:
space:
mode:
authorBrian Paul <[email protected]>2015-02-24 18:00:37 -0700
committerBrian Paul <[email protected]>2015-02-26 08:38:39 -0700
commitfd090fdadd6dd955e7663d83885d00678f60e133 (patch)
tree8a4bce57f21e939e192367fd250ca65f911e7ff0 /src/mesa/main/compiler.h
parent95855dd32f4228d3c99e040b76f4357593b4b5a4 (diff)
mesa: don't include stdint.h in compiler.h
Not needed. Reviewed-by: Matt Turner <[email protected]> Reviewed-by: Jose Fonseca <[email protected]>
Diffstat (limited to 'src/mesa/main/compiler.h')
-rw-r--r--src/mesa/main/compiler.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mesa/main/compiler.h b/src/mesa/main/compiler.h
index e644e2359c3..cf9a686ced6 100644
--- a/src/mesa/main/compiler.h
+++ b/src/mesa/main/compiler.h
@@ -47,12 +47,6 @@ extern "C" {
/**
- * Get standard integer types
- */
-#include <stdint.h>
-
-
-/**
* Sun compilers define __i386 instead of the gcc-style __i386__
*/
#ifdef __SUNPRO_C