Module: Mesa Branch: master Commit: e48cc01be9aa8493710c4bbdb3965e411ff76878 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e48cc01be9aa8493710c4bbdb3965e411ff76878
Author: Kenneth Graunke <[email protected]> Date: Mon Nov 13 23:48:37 2017 -0800 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 c17eaed946..28aed83324 100644 --- a/src/intel/compiler/brw_compiler.h +++ b/src/intel/compiler/brw_compiler.h @@ -26,7 +26,6 @@ #include <stdio.h> #include "common/gen_device_info.h" -#include "main/mtypes.h" #include "main/macros.h" #include "util/ralloc.h" _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
