Commit 5ecfcae221 for qemu.org

commit 5ecfcae22187b544b12d1309ffe9f7c213f077c4
Author: Osama Abdelkader <osama.abdelkader@gmail.com>
Date:   Mon Apr 20 18:34:53 2026 +0200

    hw/hyperv: remove duplicate include

    exec/target_page.h is included twice

    Signed-off-by: Osama Abdelkader <osama.abdelkader@gmail.com>
    Reviewed-by: Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com>
    Message-ID: <20260420163452.327350-2-osama.abdelkader@gmail.com>
    Reviewed-by: Maciej S. Szmigiero <maciej.szmigiero@oracle.com>
    Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
    Message-ID: <20260420163844.332663-1-osama.abdelkader@gmail.com>
    Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>

diff --git a/hw/hyperv/hyperv.c b/hw/hyperv/hyperv.c
index a19f330e19..a854a4927a 100644
--- a/hw/hyperv/hyperv.c
+++ b/hw/hyperv/hyperv.c
@@ -26,7 +26,6 @@
 #include "hw/hyperv/hyperv.h"
 #include "qom/object.h"
 #include "target/i386/kvm/hyperv-proto.h"
-#include "exec/target_page.h"

 struct SynICState {
     DeviceState parent_obj;
diff --git a/hw/hyperv/vmbus.c b/hw/hyperv/vmbus.c
index 5388f4277f..dcfce70005 100644
--- a/hw/hyperv/vmbus.c
+++ b/hw/hyperv/vmbus.c
@@ -21,7 +21,6 @@
 #include "hw/core/sysbus.h"
 #include "exec/cpu-common.h"
 #include "system/kvm.h"
-#include "exec/target_page.h"
 #include "trace.h"

 enum {