diff options
author | Thomas Hellström <[email protected]> | 2005-11-16 17:24:26 +0000 |
---|---|---|
committer | Thomas Hellström <[email protected]> | 2005-11-16 17:24:26 +0000 |
commit | 0ba7be0a5028ad3e6547eb0351967eb6083b7900 (patch) | |
tree | 953db5c501ee440c55063e5c74f82cc6074094e4 /src/mesa/drivers/dri/unichrome/via_context.h | |
parent | 32fe233d54360f66d67314f3b06a6847570a4bd9 (diff) |
Bring in last minute 6_4 branch changes to the unichrome driver
to the trunk.
Diffstat (limited to 'src/mesa/drivers/dri/unichrome/via_context.h')
-rw-r--r-- | src/mesa/drivers/dri/unichrome/via_context.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/unichrome/via_context.h b/src/mesa/drivers/dri/unichrome/via_context.h index 4ee56515b9c..59311eab362 100644 --- a/src/mesa/drivers/dri/unichrome/via_context.h +++ b/src/mesa/drivers/dri/unichrome/via_context.h @@ -35,7 +35,7 @@ #include "via_screen.h" #include "via_tex.h" -#include "via_common.h" +#include "via_drm.h" struct via_context; |