summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/p_util.h
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2008-01-15 18:27:14 -0700
committerBrian <brian.paul@tungstengraphics.com>2008-01-15 18:27:14 -0700
commit62ef6376bef7dcc7f23c676519683e99cd9f7717 (patch)
treeb4f2ebf12a857edaf9f87212857b0af8b8406ecb /src/mesa/pipe/p_util.h
parent5a185ca09ae9d0774c99a187463d975a40ce9770 (diff)
Don't include stdint.h or inttypes. Use the uint64 typedef instead of uint64_t.
Diffstat (limited to 'src/mesa/pipe/p_util.h')
-rw-r--r--src/mesa/pipe/p_util.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/pipe/p_util.h b/src/mesa/pipe/p_util.h
index 46edcf3075..1bf606bf4b 100644
--- a/src/mesa/pipe/p_util.h
+++ b/src/mesa/pipe/p_util.h
@@ -30,7 +30,6 @@
#include "p_compiler.h"
#include <math.h>
-#include <stdint.h>
#ifdef WIN32