From c217d94cca357d38e244754747a1bd15e9cf2557 Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Tue, 8 Jun 2010 17:39:51 -0700 Subject: [PATCH] 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, 2 deletions(-) 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; -- 2.30.2