On Wed, May 2, 2018 at 9:52 AM, Lionel Landwerlin <[email protected]> wrote: > Signed-off-by: Lionel Landwerlin <[email protected]> > Fixes: 7c22c150c40b3 ("intel: Move batch decoder/disassembler from tools/ to > common/") > --- > 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 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 > -- > 2.17.0 > > _______________________________________________ > mesa-dev mailing list > [email protected] > https://lists.freedesktop.org/mailman/listinfo/mesa-dev
Reviewed-by: Anuj Phogat <[email protected]> _______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
