diff options
author | Ben Skeggs <skeggsb@gmail.com> | 2008-01-07 01:02:30 +1100 |
---|---|---|
committer | Ben Skeggs <skeggsb@gmail.com> | 2008-01-07 01:02:30 +1100 |
commit | 9bac4c7268cdbc79a1ce2d05779ed05c32e1e57b (patch) | |
tree | 0d84ff22a71ff463b26836a7f71e76bb44f304a5 /src/mesa/pipe/nv40/nv40_vbo.c | |
parent | 37e95871789780a8f5848c5e85ec123571e8dff7 (diff) |
nouveau: share pushbuf interface code between pipe drivers
Diffstat (limited to 'src/mesa/pipe/nv40/nv40_vbo.c')
-rw-r--r-- | src/mesa/pipe/nv40/nv40_vbo.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/pipe/nv40/nv40_vbo.c b/src/mesa/pipe/nv40/nv40_vbo.c index d462e98400..7cf089e007 100644 --- a/src/mesa/pipe/nv40/nv40_vbo.c +++ b/src/mesa/pipe/nv40/nv40_vbo.c @@ -3,7 +3,6 @@ #include "pipe/p_util.h" #include "nv40_context.h" -#include "nv40_dma.h" #include "nv40_state.h" #include "pipe/nouveau/nouveau_channel.h" |