From: Philippe Mathieu-Daudé Date: Mon, 14 Feb 2022 18:31:33 +0000 (+0100) Subject: hw/tricore: Remove unused and incorrect header X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=975592f5523fdf8708e4b53da937cf4805b1b79a;p=qemu.git hw/tricore: Remove unused and incorrect header TriCore boards certainly don't need the ARM loader API :) Reviewed-by: Richard Henderson Reviewed-by: Thomas Huth Signed-off-by: Philippe Mathieu-Daudé Message-Id: <20220214183144.27402-4-f4bug@amsat.org> Signed-off-by: Thomas Huth --- diff --git a/include/hw/tricore/triboard.h b/include/hw/tricore/triboard.h index f3844be447..094c8bd563 100644 --- a/include/hw/tricore/triboard.h +++ b/include/hw/tricore/triboard.h @@ -21,7 +21,6 @@ #include "qemu/osdep.h" #include "qapi/error.h" #include "hw/boards.h" -#include "hw/arm/boot.h" #include "sysemu/sysemu.h" #include "exec/address-spaces.h" #include "qom/object.h"