diff options
author | Jason Ekstrand <[email protected]> | 2017-03-01 08:58:43 -0800 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2017-03-01 16:14:03 -0800 |
commit | 8048c1953c97de75ccbe33d719ca81f67a5ba255 (patch) | |
tree | de0335ed4accea44d0bc292652d021033f1d4889 /src/intel/tools | |
parent | a2195e561a1ef2be1398c05fe83299638220f5ff (diff) |
i965: Reduce cross-pollination between the DRI driver and compiler
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/intel/tools')
-rw-r--r-- | src/intel/tools/disasm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/intel/tools/disasm.c b/src/intel/tools/disasm.c index 4ac7b902564..96c6ce290a0 100644 --- a/src/intel/tools/disasm.c +++ b/src/intel/tools/disasm.c @@ -23,7 +23,6 @@ #include <stdlib.h> -#include "brw_context.h" #include "brw_inst.h" #include "brw_eu.h" |