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/softpipe/sp_quad.c | |
parent | 44519be0f5cd70d767c8e29317ebe33a7fb9903e (diff) |
gallium: reorg tgsi directories.
Diffstat (limited to 'src/mesa/pipe/softpipe/sp_quad.c')
-rw-r--r-- | src/mesa/pipe/softpipe/sp_quad.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/pipe/softpipe/sp_quad.c b/src/mesa/pipe/softpipe/sp_quad.c index 5a0df6de9d3..13fb883ef0c 100644 --- a/src/mesa/pipe/softpipe/sp_quad.c +++ b/src/mesa/pipe/softpipe/sp_quad.c @@ -27,9 +27,9 @@ #include "sp_context.h" - +#include "sp_headers.h" #include "sp_state.h" -#include "pipe/tgsi/exec/tgsi_token.h" +#include "pipe/p_shader_tokens.h" static void sp_push_quad_first( |