i965: Don't include mtypes.h in brw_disasm.c
authorKristian Høgsberg <krh@bitplanet.net>
Sun, 1 Jun 2014 20:48:46 +0000 (13:48 -0700)
committerKristian Høgsberg <krh@bitplanet.net>
Tue, 10 Jun 2014 04:17:19 +0000 (21:17 -0700)
It's not used.

Signed-off-by: Kristian Høgsberg <krh@bitplanet.net>
Reviewed-by: Matt Turner <mattst88@gmail.com>
Reviewed-by: Chris Forbes <chrisf@ijw.co.nz>
src/mesa/drivers/dri/i965/brw_disasm.c

index 68fb786..67b1c8e 100644 (file)
@@ -27,8 +27,6 @@
 #include <unistd.h>
 #include <stdarg.h>
 
-#include "main/mtypes.h"
-
 #include "brw_context.h"
 #include "brw_defines.h"