diff options
author | Marek Olšák <[email protected]> | 2011-07-22 21:38:56 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2011-08-16 09:15:10 +0200 |
commit | 354f76f386afd980e8c1564c0b0502f9768007b5 (patch) | |
tree | 56a8bfbf6c43aa22cc169da81890be9f34137654 /src/gallium/drivers/r600/r600_asm.h | |
parent | fb8cf51eeb91413e761e0510d1f8c11b8cd0a7ac (diff) |
r600g: cleanup includes in winsys
Reviewed-by: Alex Deucher <[email protected]>
Diffstat (limited to 'src/gallium/drivers/r600/r600_asm.h')
-rw-r--r-- | src/gallium/drivers/r600/r600_asm.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/r600/r600_asm.h b/src/gallium/drivers/r600/r600_asm.h index cbdaacf7178..5dec95acf1d 100644 --- a/src/gallium/drivers/r600/r600_asm.h +++ b/src/gallium/drivers/r600/r600_asm.h @@ -23,8 +23,6 @@ #ifndef R600_ASM_H #define R600_ASM_H -#include "util/u_double_list.h" - struct r600_vertex_element; struct r600_pipe_context; |