projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0704702
)
intel: Drop mtypes.h include from brw_compiler.h.
author
Kenneth Graunke
<kenneth@whitecape.org>
Tue, 14 Nov 2017 07:48:37 +0000
(23:48 -0800)
committer
Kenneth Graunke
<kenneth@whitecape.org>
Wed, 15 Nov 2017 17:37:32 +0000
(09:37 -0800)
This isn't necessary and causes trouble for a project I'm working on.
src/intel/compiler/brw_compiler.h
patch
|
blob
|
history
diff --git
a/src/intel/compiler/brw_compiler.h
b/src/intel/compiler/brw_compiler.h
index c17eaed946ed31ad0899d4a423cf6f27f3c35ece..28aed833245aa6feb0176d03804efe5d4b18332e 100644
(file)
--- 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"