diff options
author | Vinson Lee <vlee@vmware.com> | 2010-12-22 00:52:05 -0800 |
---|---|---|
committer | Vinson Lee <vlee@vmware.com> | 2010-12-22 00:52:05 -0800 |
commit | 013fc334621d950ab6bf959803fe6584c6daed5e (patch) | |
tree | 85f1363d2049c3642c037d3f3566d581dd04fa0d | |
parent | f39d0c791a1e3263528b14055aee35d9d422af9b (diff) |
r300g: Remove unnecessary headers.
-rw-r--r-- | src/gallium/drivers/r300/r300_context.c | 2 | ||||
-rw-r--r-- | src/gallium/drivers/r300/r300_emit.c | 1 |
2 files changed, 0 insertions, 3 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) { diff --git a/src/gallium/drivers/r300/r300_emit.c b/src/gallium/drivers/r300/r300_emit.c index 04a5bd92d1..9e0df30e52 100644 --- a/src/gallium/drivers/r300/r300_emit.c +++ b/src/gallium/drivers/r300/r300_emit.c @@ -26,7 +26,6 @@ #include "util/u_format.h" #include "util/u_math.h" #include "util/u_mm.h" -#include "util/u_simple_list.h" #include "r300_context.h" #include "r300_cb.h" |