diff options
author | Kenneth Graunke <[email protected]> | 2017-11-13 23:48:37 -0800 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2017-11-15 09:37:32 -0800 |
commit | e48cc01be9aa8493710c4bbdb3965e411ff76878 (patch) | |
tree | a030b9a9399258b9ba4ad1a4a13532909a097c5e | |
parent | 0704702972376fbd6fa414c3a404ec276bd5f0d3 (diff) |
intel: Drop mtypes.h include from brw_compiler.h.
This isn't necessary and causes trouble for a project I'm working on.
-rw-r--r-- | src/intel/compiler/brw_compiler.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 <stdio.h> #include "common/gen_device_info.h" -#include "main/mtypes.h" #include "main/macros.h" #include "util/ralloc.h" |