Module: Mesa Branch: master Commit: 65e82f04045a5d5e4c3ff43c422a99962a620f8d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=65e82f04045a5d5e4c3ff43c422a99962a620f8d
Author: Vinson Lee <[email protected]> Date: Thu May 13 01:18:35 2010 -0700 trace: Remove unnecessary headers. --- src/gallium/drivers/trace/tr_context.c | 1 - src/gallium/drivers/trace/tr_drm.c | 1 - 2 files changed, 0 insertions(+), 2 deletions(-) diff --git a/src/gallium/drivers/trace/tr_context.c b/src/gallium/drivers/trace/tr_context.c index 93af51a..5b86083 100644 --- a/src/gallium/drivers/trace/tr_context.c +++ b/src/gallium/drivers/trace/tr_context.c @@ -28,7 +28,6 @@ #include "util/u_inlines.h" #include "util/u_memory.h" #include "util/u_simple_list.h" -#include "util/u_format.h" #include "pipe/p_format.h" #include "pipe/p_screen.h" diff --git a/src/gallium/drivers/trace/tr_drm.c b/src/gallium/drivers/trace/tr_drm.c index 43a4b29..9c7d392 100644 --- a/src/gallium/drivers/trace/tr_drm.c +++ b/src/gallium/drivers/trace/tr_drm.c @@ -29,7 +29,6 @@ #include "util/u_memory.h" #include "rbug/rbug_public.h" -#include "tr_screen.h" #include "tr_drm.h" #include "tr_screen.h" #include "tr_public.h" _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
