From cf1d58787909757bb2d137fd8a53ef00e2cd6578 Mon Sep 17 00:00:00 2001 From: Lionel Landwerlin Date: Wed, 2 May 2018 17:51:03 +0100 Subject: [PATCH] intel: fix aubinator include Signed-off-by: Lionel Landwerlin Fixes: 7c22c150c40b3 ("intel: Move batch decoder/disassembler from tools/ to common/") Reviewed-by: Kenneth Graunke --- 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 ab053c6..bc263db 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 -- 2.7.4