nir/algebraic: Distribute source modifiers into instructions
[mesa.git] / src / intel / compiler / brw_disasm_info.h
index 638b37911d33f8519c4fe6bf3be38a108e8e8b8f..b8826e681750b93565cce3da2f4b16c17fd37207 100644 (file)
 #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;