From: Vinson Lee Date: Tue, 24 Aug 2010 06:58:57 +0000 (-0700) Subject: nvfx: Remove unnecessary headers. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b018ea19a39cb0e5326e92c88a55ff220e463404;p=mesa.git nvfx: Remove unnecessary headers. --- diff --git a/src/gallium/drivers/nvfx/nvfx_miptree.c b/src/gallium/drivers/nvfx/nvfx_miptree.c index 0532b43ef03..46e1f9e4f48 100644 --- a/src/gallium/drivers/nvfx/nvfx_miptree.c +++ b/src/gallium/drivers/nvfx/nvfx_miptree.c @@ -10,8 +10,6 @@ #include "nouveau/nouveau_screen.h" #include "nvfx_screen.h" #include "nvfx_resource.h" -#include "nvfx_transfer.h" -#include "nv04_2d.h" static void nvfx_miptree_choose_format(struct nvfx_miptree *mt) diff --git a/src/gallium/drivers/nvfx/nvfx_resource.c b/src/gallium/drivers/nvfx/nvfx_resource.c index 3a46e0a7a57..39ae893f1b3 100644 --- a/src/gallium/drivers/nvfx/nvfx_resource.c +++ b/src/gallium/drivers/nvfx/nvfx_resource.c @@ -2,7 +2,6 @@ #include "pipe/p_context.h" #include "util/u_staging.h" #include "nvfx_resource.h" -#include "nvfx_transfer.h" #include "nouveau/nouveau_screen.h" static unsigned int diff --git a/src/gallium/drivers/nvfx/nvfx_surface.c b/src/gallium/drivers/nvfx/nvfx_surface.c index 806f1a22e65..f6cc9856737 100644 --- a/src/gallium/drivers/nvfx/nvfx_surface.c +++ b/src/gallium/drivers/nvfx/nvfx_surface.c @@ -32,7 +32,6 @@ #include "util/u_math.h" #include "util/u_memory.h" #include "util/u_pack_color.h" -#include "util/u_rect.h" #include "util/u_blitter.h" #include "nouveau/nouveau_winsys.h"