From e48cc01be9aa8493710c4bbdb3965e411ff76878 Mon Sep 17 00:00:00 2001 From: Kenneth Graunke Date: Mon, 13 Nov 2017 23:48:37 -0800 Subject: [PATCH] intel: Drop mtypes.h include from brw_compiler.h. This isn't necessary and causes trouble for a project I'm working on. --- src/intel/compiler/brw_compiler.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/intel/compiler/brw_compiler.h b/src/intel/compiler/brw_compiler.h index c17eaed..28aed83 100644 --- a/src/intel/compiler/brw_compiler.h +++ b/src/intel/compiler/brw_compiler.h @@ -26,7 +26,6 @@ #include #include "common/gen_device_info.h" -#include "main/mtypes.h" #include "main/macros.h" #include "util/ralloc.h" -- 2.7.4