diff options
| author | Stephane Marchesin <marchesin@icps.u-strasbg.fr> | 2006-03-03 16:10:28 +0000 |
|---|---|---|
| committer | Stephane Marchesin <marchesin@icps.u-strasbg.fr> | 2006-03-03 16:10:28 +0000 |
| commit | 4af665a843f8f3181b306711a14470a3cfe817fc (patch) | |
| tree | fb649d2f3181d43d49785b49abaf45bbffc583d3 | |
| parent | 84a20832f111f566f2266e0028364230ee0de93e (diff) | |
Rename nouveau_3d_reg.h to nouveau_reg.h
| -rw-r--r-- | src/mesa/drivers/dri/nouveau/nv30_tris.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/nouveau/nv30_tris.c b/src/mesa/drivers/dri/nouveau/nv30_tris.c index c9749a741f..9853b6bce9 100644 --- a/src/mesa/drivers/dri/nouveau/nv30_tris.c +++ b/src/mesa/drivers/dri/nouveau/nv30_tris.c @@ -46,7 +46,7 @@ #include "nouveau_state.h" #include "nouveau_span.h" #include "nouveau_ioctl.h" -#include "nouveau_3d_reg.h" +#include "nouveau_reg.h" #include "nouveau_tex.h" /* hack for now */ |
