summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_context.c
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-12-22 00:52:05 -0800
committerVinson Lee <vlee@vmware.com>2010-12-22 00:52:05 -0800
commit013fc334621d950ab6bf959803fe6584c6daed5e (patch)
tree85f1363d2049c3642c037d3f3566d581dd04fa0d /src/gallium/drivers/r300/r300_context.c
parentf39d0c791a1e3263528b14055aee35d9d422af9b (diff)
r300g: Remove unnecessary headers.
Diffstat (limited to 'src/gallium/drivers/r300/r300_context.c')
-rw-r--r--src/gallium/drivers/r300/r300_context.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/r300/r300_context.c b/src/gallium/drivers/r300/r300_context.c
index 67b011a145..bf1b8c33c0 100644
--- a/src/gallium/drivers/r300/r300_context.c
+++ b/src/gallium/drivers/r300/r300_context.c
@@ -35,8 +35,6 @@
#include "r300_screen_buffer.h"
#include "r300_winsys.h"
-#include <inttypes.h>
-
static void r300_update_num_contexts(struct r300_screen *r300screen,
int diff)
{