Module: Mesa Branch: master Commit: c217d94cca357d38e244754747a1bd15e9cf2557 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c217d94cca357d38e244754747a1bd15e9cf2557
Author: Vinson Lee <[email protected]> Date: Tue Jun 8 17:39:51 2010 -0700 draw: Remove unnecessary headers. --- src/gallium/auxiliary/draw/draw_pt_emit.c | 1 - src/gallium/auxiliary/draw/draw_pt_so_emit.c | 1 - 2 files changed, 0 insertions(+), 2 deletions(-) diff --git a/src/gallium/auxiliary/draw/draw_pt_emit.c b/src/gallium/auxiliary/draw/draw_pt_emit.c index 5750276..f623c07 100644 --- a/src/gallium/auxiliary/draw/draw_pt_emit.c +++ b/src/gallium/auxiliary/draw/draw_pt_emit.c @@ -33,7 +33,6 @@ #include "draw/draw_pt.h" #include "translate/translate.h" #include "translate/translate_cache.h" -#include "util/u_format.h" struct pt_emit { struct draw_context *draw; diff --git a/src/gallium/auxiliary/draw/draw_pt_so_emit.c b/src/gallium/auxiliary/draw/draw_pt_so_emit.c index 9c2bbfe..bb153ce 100644 --- a/src/gallium/auxiliary/draw/draw_pt_so_emit.c +++ b/src/gallium/auxiliary/draw/draw_pt_so_emit.c @@ -33,7 +33,6 @@ #include "draw/draw_pt.h" #include "translate/translate.h" #include "translate/translate_cache.h" -#include "util/u_format.h" struct pt_so_emit { struct draw_context *draw; _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
