Mesa (master): i965: Remove unneeded #includes.

Matt Turner mattst88 at kemper.freedesktop.org
Fri Nov 13 20:16:11 UTC 2015


Module: Mesa
Branch: master
Commit: 7a879e422bcdaf89bde286de6c7b9db5c34f7fc3
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7a879e422bcdaf89bde286de6c7b9db5c34f7fc3

Author: Matt Turner <mattst88 at gmail.com>
Date:   Fri Nov 13 12:16:48 2015 -0800

i965: Remove unneeded #includes.

Some of these are no longer needed since all the backends switched to
NIR.

---

 src/mesa/drivers/dri/i965/intel_asm_annotation.c |    4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/mesa/drivers/dri/i965/intel_asm_annotation.c b/src/mesa/drivers/dri/i965/intel_asm_annotation.c
index bb7786b..fdd605a 100644
--- a/src/mesa/drivers/dri/i965/intel_asm_annotation.c
+++ b/src/mesa/drivers/dri/i965/intel_asm_annotation.c
@@ -23,12 +23,8 @@
 
 #include "brw_cfg.h"
 #include "brw_eu.h"
-#include "brw_context.h"
 #include "intel_debug.h"
 #include "intel_asm_annotation.h"
-#include "program/prog_print.h"
-#include "program/prog_instruction.h"
-#include "main/macros.h"
 #include "glsl/nir/nir.h"
 
 void




More information about the mesa-commit mailing list