From: Kenneth Graunke Date: Tue, 14 Nov 2017 07:48:37 +0000 (-0800) Subject: intel: Drop mtypes.h include from brw_compiler.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e48cc01be9aa8493710c4bbdb3965e411ff76878;p=mesa.git intel: Drop mtypes.h include from brw_compiler.h. This isn't necessary and causes trouble for a project I'm working on. --- diff --git a/src/intel/compiler/brw_compiler.h b/src/intel/compiler/brw_compiler.h index c17eaed946e..28aed833245 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"