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

Author: Kristian Høgsberg <[email protected]>
Date:   Sun Jun  1 13:48:46 2014 -0700

i965: Don't include mtypes.h in brw_disasm.c

It's not used.

Signed-off-by: Kristian Høgsberg <[email protected]>
Reviewed-by: Matt Turner <[email protected]>
Reviewed-by: Chris Forbes <[email protected]>

---

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

diff --git a/src/mesa/drivers/dri/i965/brw_disasm.c 
b/src/mesa/drivers/dri/i965/brw_disasm.c
index 68fb786..67b1c8e 100644
--- a/src/mesa/drivers/dri/i965/brw_disasm.c
+++ b/src/mesa/drivers/dri/i965/brw_disasm.c
@@ -27,8 +27,6 @@
 #include <unistd.h>
 #include <stdarg.h>
 
-#include "main/mtypes.h"
-
 #include "brw_context.h"
 #include "brw_defines.h"
 

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to