Module: Mesa Branch: master Commit: cf1d58787909757bb2d137fd8a53ef00e2cd6578 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cf1d58787909757bb2d137fd8a53ef00e2cd6578
Author: Lionel Landwerlin <[email protected]> Date: Wed May 2 17:51:03 2018 +0100 intel: fix aubinator include Signed-off-by: Lionel Landwerlin <[email protected]> Fixes: 7c22c150c40b3 ("intel: Move batch decoder/disassembler from tools/ to common/") Reviewed-by: Kenneth Graunke <[email protected]> --- src/intel/tools/aubinator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/intel/tools/aubinator.c b/src/intel/tools/aubinator.c index ab053c66b3..bc263dbf84 100644 --- a/src/intel/tools/aubinator.c +++ b/src/intel/tools/aubinator.c @@ -40,8 +40,8 @@ #include "util/macros.h" #include "common/gen_decoder.h" +#include "common/gen_disasm.h" #include "intel_aub.h" -#include "gen_disasm.h" /* Below is the only command missing from intel_aub.h in libdrm * So, reuse intel_aub.h from libdrm and #define the _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
