Mesa (master): intel: fix aubinator include

Lionel Landwerlin llandwerlin at kemper.freedesktop.org
Wed May 2 16:58:23 UTC 2018


Module: Mesa
Branch: master
Commit: cf1d58787909757bb2d137fd8a53ef00e2cd6578
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=cf1d58787909757bb2d137fd8a53ef00e2cd6578

Author: Lionel Landwerlin <lionel.g.landwerlin at intel.com>
Date:   Wed May  2 17:51:03 2018 +0100

intel: fix aubinator include

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin at intel.com>
Fixes: 7c22c150c40b3 ("intel: Move batch decoder/disassembler from tools/ to common/")
Reviewed-by: Kenneth Graunke <kenneth at whitecape.org>

---

 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




More information about the mesa-commit mailing list