From e77bf48586444ede4d37508d276358407c69ccc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= Date: Wed, 25 Oct 2023 08:53:12 +0200 Subject: hw/arm/fsl-imx6: Remove 'hw/arm/boot.h' from header MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit "hw/arm/boot.h" is only required on the source file. Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Richard Henderson Reviewed-by: Luc Michel Message-id: 20231025065316.56817-7-philmd@linaro.org Signed-off-by: Peter Maydell --- hw/arm/sabrelite.c | 1 + 1 file changed, 1 insertion(+) (limited to 'hw') diff --git a/hw/arm/sabrelite.c b/hw/arm/sabrelite.c index 4119124..56f184b 100644 --- a/hw/arm/sabrelite.c +++ b/hw/arm/sabrelite.c @@ -13,6 +13,7 @@ #include "qemu/osdep.h" #include "qapi/error.h" #include "hw/arm/fsl-imx6.h" +#include "hw/arm/boot.h" #include "hw/boards.h" #include "hw/qdev-properties.h" #include "qemu/error-report.h" -- cgit v1.1