summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/intel/compiler/brw_disasm_info.h6
1 files changed, 5 insertions, 1 deletions
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;