diff options
author | Marek Olšák <[email protected]> | 2012-10-12 18:30:51 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2012-10-12 19:00:30 +0200 |
commit | 555c8d500a4a09445a892316610a428d408318ed (patch) | |
tree | 65c6659f19ba35a6a3249b683825bd01501d2664 /src/gallium/drivers/r600/r600_asm.h | |
parent | 23c6b8f2edc42a483148c3d7357331bccf1edd11 (diff) |
r600g: move shader structures into r600_shader.h
Diffstat (limited to 'src/gallium/drivers/r600/r600_asm.h')
-rw-r--r-- | src/gallium/drivers/r600/r600_asm.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/gallium/drivers/r600/r600_asm.h b/src/gallium/drivers/r600/r600_asm.h index d8f258fb10a..8a9f3189be0 100644 --- a/src/gallium/drivers/r600/r600_asm.h +++ b/src/gallium/drivers/r600/r600_asm.h @@ -23,9 +23,7 @@ #ifndef R600_ASM_H #define R600_ASM_H -#include "r600.h" - -struct r600_context; +#include "r600_pipe.h" struct r600_bytecode_alu_src { unsigned sel; |