From cefa26576110962c4945ae5142a94c5a0d9da793 Mon Sep 17 00:00:00 2001 From: Kristian Høgsberg <krh@bitplanet.net> Date: Sun, 1 Jun 2014 13:48:46 -0700 Subject: i965: Don't include mtypes.h in brw_disasm.c MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 | 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 68fb786ef2a..67b1c8efda9 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" -- cgit v1.2.3