From: Vinson Lee Date: Wed, 9 Jun 2010 00:39:51 +0000 (-0700) Subject: draw: Remove unnecessary headers. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c217d94cca357d38e244754747a1bd15e9cf2557;p=mesa.git draw: Remove unnecessary headers. --- diff --git a/src/gallium/auxiliary/draw/draw_pt_emit.c b/src/gallium/auxiliary/draw/draw_pt_emit.c index 57502768444..f623c0743da 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 9c2bbfe656b..bb153cedfa0 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;