Commit 0900f43715 for qemu.org
commit 0900f43715faf01e6e2ed3afe6ac7ffad8995e57
Author: Osama Abdelkader <osama.abdelkader@gmail.com>
Date: Thu Jan 15 15:26:29 2026 +0000
hw/arm/raspi: remove duplicate include
hw/arm/boot.h is included twice
Signed-off-by: Osama Abdelkader <osama.abdelkader@gmail.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
diff --git a/hw/arm/raspi.c b/hw/arm/raspi.c
index 1276bb4df4..00e4a10466 100644
--- a/hw/arm/raspi.c
+++ b/hw/arm/raspi.c
@@ -24,7 +24,6 @@
#include "qemu/error-report.h"
#include "hw/core/boards.h"
#include "hw/core/loader.h"
-#include "hw/arm/boot.h"
#include "hw/arm/machines-qom.h"
#include "qom/object.h"