From 555c8d500a4a09445a892316610a428d408318ed Mon Sep 17 00:00:00 2001 From: Marek Olšák Date: Fri, 12 Oct 2012 18:30:51 +0200 Subject: r600g: move shader structures into r600_shader.h --- src/gallium/drivers/r600/r600_asm.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/gallium/drivers/r600/r600_asm.h') 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; -- cgit v1.2.3