Module: Mesa Branch: master Commit: 013fc334621d950ab6bf959803fe6584c6daed5e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=013fc334621d950ab6bf959803fe6584c6daed5e
Author: Vinson Lee <[email protected]> Date: Wed Dec 22 00:52:05 2010 -0800 r300g: Remove unnecessary headers. --- src/gallium/drivers/r300/r300_context.c | 2 -- 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 67b011a..bf1b8c3 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 04a5bd9..9e0df30 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" _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
