Don't include stdint.h or inttypes. Use the uint64 typedef instead of uint64_t.
authorBrian <brian.paul@tungstengraphics.com>
Wed, 16 Jan 2008 01:27:14 +0000 (18:27 -0700)
committerBrian <brian.paul@tungstengraphics.com>
Wed, 16 Jan 2008 01:27:14 +0000 (18:27 -0700)
commit62ef6376bef7dcc7f23c676519683e99cd9f7717
treeb4f2ebf12a857edaf9f87212857b0af8b8406ecb
parent5a185ca09ae9d0774c99a187463d975a40ce9770
Don't include stdint.h or inttypes.  Use the uint64 typedef instead of uint64_t.
src/mesa/pipe/p_context.h
src/mesa/pipe/p_util.h
src/mesa/pipe/softpipe/sp_context.h
src/mesa/pipe/softpipe/sp_query.c