diff options
author | José Fonseca <jrfonseca@tungstengraphics.com> | 2008-07-28 12:42:13 +0900 |
---|---|---|
committer | José Fonseca <jrfonseca@tungstengraphics.com> | 2008-07-28 12:42:13 +0900 |
commit | c208a2c791fa24c7c5887fc496738cbddbfafc72 (patch) | |
tree | bd1446f60bb9388aff9db6b4862e6c0c1eadc012 /src/gallium/drivers/cell/ppu/cell_context.h | |
parent | ff7a7031caa0ac592f210aca696a20c9de6dc0d4 (diff) |
Merge tgsi/exec and tgsi/util directories.
Diffstat (limited to 'src/gallium/drivers/cell/ppu/cell_context.h')
-rw-r--r-- | src/gallium/drivers/cell/ppu/cell_context.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/cell/ppu/cell_context.h b/src/gallium/drivers/cell/ppu/cell_context.h index 8df41c1d4c..f1d1ca89a9 100644 --- a/src/gallium/drivers/cell/ppu/cell_context.h +++ b/src/gallium/drivers/cell/ppu/cell_context.h @@ -37,7 +37,7 @@ #include "cell_winsys.h" #include "cell/common.h" #include "rtasm/rtasm_ppc_spe.h" -#include "tgsi/util/tgsi_scan.h" +#include "tgsi/tgsi_scan.h" struct cell_vbuf_render; |