[Mesa-dev] [PATCH 10/10] mesa: don't include stdint.h in compiler.h

Brian Paul brianp at vmware.com
Wed Feb 25 17:30:02 PST 2015


Not needed.
---
 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
-- 
1.9.1



More information about the mesa-dev mailing list