diff options
author | Vinson Lee <[email protected]> | 2010-08-23 23:58:57 -0700 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-08-23 23:58:57 -0700 |
commit | b018ea19a39cb0e5326e92c88a55ff220e463404 (patch) | |
tree | d7d18c128fd443c5534bba652be777994b98f6ca /src/gallium/drivers/nvfx/nvfx_resource.c | |
parent | f122dba59a753e8672cb7cc9b9109b81e0ab1b1c (diff) |
nvfx: Remove unnecessary headers.
Diffstat (limited to 'src/gallium/drivers/nvfx/nvfx_resource.c')
-rw-r--r-- | src/gallium/drivers/nvfx/nvfx_resource.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 |