diff options
author | Keith Whitwell <keith@tungstengraphics.com> | 2004-01-19 10:41:35 +0000 |
---|---|---|
committer | Keith Whitwell <keith@tungstengraphics.com> | 2004-01-19 10:41:35 +0000 |
commit | ed43ecee90ad6fdde1e604f7f820ef7f8cd1251b (patch) | |
tree | 22fc85ebf63276f9ee8054a2efc59ad512de3dd1 /src/mesa/drivers/dri/i830/i830_debug.c | |
parent | 41abe9e73f4d6cebd7bdfcc187c566e715894f0d (diff) |
Migrate i830 driver to t_vertex.[ch] for building hw vertices.
Diffstat (limited to 'src/mesa/drivers/dri/i830/i830_debug.c')
-rw-r--r-- | src/mesa/drivers/dri/i830/i830_debug.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i830/i830_debug.c b/src/mesa/drivers/dri/i830/i830_debug.c index 66c698ba30..02c36bec7d 100644 --- a/src/mesa/drivers/dri/i830/i830_debug.c +++ b/src/mesa/drivers/dri/i830/i830_debug.c @@ -46,7 +46,6 @@ USE OR OTHER DEALINGS IN THE SOFTWARE. #include "i830_context.h" #include "i830_state.h" #include "i830_tex.h" -#include "i830_vb.h" #include "i830_tris.h" #include "i830_ioctl.h" #include "i830_debug.h" |