From: Vinson Lee Date: Mon, 19 Apr 2010 05:51:35 +0000 (-0700) Subject: r300g: Remove unnecessary headers. X-Git-Tag: mesa-7.9-rc1~3682 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5b83e0ea04dcb83ff0225f1e939cfc3bc2bdc7af;p=platform%2Fupstream%2Fmesa.git r300g: Remove unnecessary headers. --- diff --git a/src/gallium/drivers/r300/r300_query.c b/src/gallium/drivers/r300/r300_query.c index 398edb9..5c27796 100644 --- a/src/gallium/drivers/r300/r300_query.c +++ b/src/gallium/drivers/r300/r300_query.c @@ -25,10 +25,8 @@ #include "r300_context.h" #include "r300_screen.h" -#include "r300_cs.h" #include "r300_emit.h" #include "r300_query.h" -#include "r300_reg.h" #include diff --git a/src/gallium/drivers/r300/r300_screen_buffer.c b/src/gallium/drivers/r300/r300_screen_buffer.c index 6d33c13..20a9ffb 100644 --- a/src/gallium/drivers/r300/r300_screen_buffer.c +++ b/src/gallium/drivers/r300/r300_screen_buffer.c @@ -26,7 +26,6 @@ #include #include "util/u_inlines.h" -#include "util/u_format.h" #include "util/u_memory.h" #include "util/u_upload_mgr.h" #include "util/u_math.h"