mesa: don't include stdint.h in compiler.h
authorBrian Paul <brianp@vmware.com>
Wed, 25 Feb 2015 01:00:37 +0000 (18:00 -0700)
committerBrian 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

index e644e2359c3fe0b18d98574331550a3298cfe81d..cf9a686ced6e4f51c350ae55b81f08be8a697abd 100644 (file)
@@ -46,12 +46,6 @@ extern "C" {
 #endif
 
 
-/**
- * Get standard integer types
- */
-#include <stdint.h>
-
-
 /**
   * Sun compilers define __i386 instead of the gcc-style __i386__
  */