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

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


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

Author: Brian Paul <brianp at vmware.com>
Date:   Tue Feb 24 18:00:37 2015 -0700

mesa: don't include stdint.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 |    6 ------
 1 file changed, 6 deletions(-)

diff --git a/src/mesa/main/compiler.h b/src/mesa/main/compiler.h
index e644e23..cf9a686 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




More information about the mesa-commit mailing list