diff options
author | Vinson Lee <[email protected]> | 2010-04-17 15:14:47 -0700 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-04-17 15:14:47 -0700 |
commit | e68c6be2f6d3a762169247e10f9a0ca341286fb5 (patch) | |
tree | 368aecab37e7d090a5534831283a4d4d8d832ff4 /src/gallium/drivers/nvfx/nvfx_draw.c | |
parent | c5e4a6dc9d78a8372a2f49ded5d7360e42c51488 (diff) |
nvfx: Remove unnecessary headers.
Diffstat (limited to 'src/gallium/drivers/nvfx/nvfx_draw.c')
-rw-r--r-- | src/gallium/drivers/nvfx/nvfx_draw.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/nvfx/nvfx_draw.c b/src/gallium/drivers/nvfx/nvfx_draw.c index 2003be10204..5eadce1f6d4 100644 --- a/src/gallium/drivers/nvfx/nvfx_draw.c +++ b/src/gallium/drivers/nvfx/nvfx_draw.c @@ -9,8 +9,6 @@ #include "draw/draw_pipe.h" #include "nvfx_context.h" -#include "nv30_vertprog.h" -#include "nv40_vertprog.h" /* Simple, but crappy, swtnl path, hopefully we wont need to hit this very * often at all. Uses "quadro style" vertex submission + a fixed vertex |