summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nvfx/nvfx_miptree.c
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-08-23 23:58:57 -0700
committerVinson Lee <vlee@vmware.com>2010-08-23 23:58:57 -0700
commitb018ea19a39cb0e5326e92c88a55ff220e463404 (patch)
treed7d18c128fd443c5534bba652be777994b98f6ca /src/gallium/drivers/nvfx/nvfx_miptree.c
parentf122dba59a753e8672cb7cc9b9109b81e0ab1b1c (diff)
nvfx: Remove unnecessary headers.
Diffstat (limited to 'src/gallium/drivers/nvfx/nvfx_miptree.c')
-rw-r--r--src/gallium/drivers/nvfx/nvfx_miptree.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/nvfx/nvfx_miptree.c b/src/gallium/drivers/nvfx/nvfx_miptree.c
index 0532b43ef0..46e1f9e4f4 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)