diff options
author | Brian Paul <[email protected]> | 2008-09-18 15:17:05 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2008-09-18 15:17:05 -0600 |
commit | ecadb51bbcb972a79f3ed79e65a7986b9396e757 (patch) | |
tree | 8cb4649334166bb5104127b4c1b5abddd3ea6907 /src/mesa/drivers/dri/unichrome/via_tex.h | |
parent | 374e7fd6cc95d3d91629a6e1c951d77e8a29c31c (diff) |
mesa: added "main/" prefix to includes, remove some -I paths from Makefile.template
Diffstat (limited to 'src/mesa/drivers/dri/unichrome/via_tex.h')
-rw-r--r-- | src/mesa/drivers/dri/unichrome/via_tex.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/unichrome/via_tex.h b/src/mesa/drivers/dri/unichrome/via_tex.h index 73cfa91addc..25eeee32f3d 100644 --- a/src/mesa/drivers/dri/unichrome/via_tex.h +++ b/src/mesa/drivers/dri/unichrome/via_tex.h @@ -26,7 +26,7 @@ #ifndef _VIATEX_H #define _VIATEX_H -#include "mtypes.h" +#include "main/mtypes.h" struct via_context; |