X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fintel%2Fcompiler%2Fbrw_disasm_info.h;h=b8826e681750b93565cce3da2f4b16c17fd37207;hb=11dc1307794e811aa8cfa5c9dace713d82db09ec;hp=638b37911d33f8519c4fe6bf3be38a108e8e8b8f;hpb=821ec473a862762b3e9d4004d062293fa27e102b;p=mesa.git diff --git a/src/intel/compiler/brw_disasm_info.h b/src/intel/compiler/brw_disasm_info.h index 638b37911d3..b8826e68175 100644 --- a/src/intel/compiler/brw_disasm_info.h +++ b/src/intel/compiler/brw_disasm_info.h @@ -24,12 +24,16 @@ #ifndef _INTEL_ASM_ANNOTATION_H #define _INTEL_ASM_ANNOTATION_H -#include "brw_cfg.h" +#include "compiler/glsl/list.h" #ifdef __cplusplus extern "C" { #endif +struct cfg_t; +struct backend_instruction; +struct gen_device_info; + struct inst_group { struct exec_node link;