[Mesa-dev] [PATCH 1/2] i965: Don't include mtypes.h in brw_disasm.c

Kristian Høgsberg krh at bitplanet.net
Sun Jun 8 11:48:41 PDT 2014


It's not used.

Signed-off-by: Kristian Høgsberg <krh at bitplanet.net>
---
 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"
 
-- 
1.9.3



More information about the mesa-dev mailing list