diff options
author | Michal Krol <[email protected]> | 2007-11-23 13:28:16 +0000 |
---|---|---|
committer | Michal Krol <[email protected]> | 2007-11-23 13:28:16 +0000 |
commit | abd5e8e41d54f7f491f91af9354f19c8d24d3572 (patch) | |
tree | 6ad1b1950a0b5d0d4cf2e4e7026bc6d75a4befe5 /src/mesa/pipe/draw/draw_private.h | |
parent | 44519be0f5cd70d767c8e29317ebe33a7fb9903e (diff) |
gallium: reorg tgsi directories.
Diffstat (limited to 'src/mesa/pipe/draw/draw_private.h')
-rw-r--r-- | src/mesa/pipe/draw/draw_private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/pipe/draw/draw_private.h b/src/mesa/pipe/draw/draw_private.h index 09acf69623b..53d74511131 100644 --- a/src/mesa/pipe/draw/draw_private.h +++ b/src/mesa/pipe/draw/draw_private.h @@ -47,7 +47,7 @@ #include "draw_vertex.h" #include "x86/rtasm/x86sse.h" -#include "pipe/tgsi/exec/tgsi_core.h" +#include "pipe/tgsi/exec/tgsi_exec.h" struct gallivm_prog; |