diff options
author | Lionel Landwerlin <[email protected]> | 2018-05-02 17:51:03 +0100 |
---|---|---|
committer | Lionel Landwerlin <[email protected]> | 2018-05-02 17:54:29 +0100 |
commit | cf1d58787909757bb2d137fd8a53ef00e2cd6578 (patch) | |
tree | f15ed350cdbc43242f0f3695f0aa8c13ab4a1894 | |
parent | 0ab423388cd5a74472a84adb557527b1589fc652 (diff) |
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]>
-rw-r--r-- | src/intel/tools/aubinator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intel/tools/aubinator.c b/src/intel/tools/aubinator.c index ab053c66b36..bc263dbf846 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 |