mesa: don't include stdint.h in compiler.h

Not needed.

Reviewed-by: Matt Turner <mattst88@gmail.com>
Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
This commit is contained in:
Brian Paul 2015-02-24 18:00:37 -07:00
parent 95855dd32f
commit fd090fdadd

View 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__
*/