From: Philippe Mathieu-Daudé Date: Tue, 18 Feb 2025 12:45:19 +0000 (+0100) Subject: hw/xen/xen-bus: Reduce included headers X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=cc2b1c5b0764a2f96106ed75c5bd141950148b65;p=qemu.git hw/xen/xen-bus: Reduce included headers Have "hw/xen/xen-bus" include the bare minimal set of headers. Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Anthony PERARD Message-Id: <20250218162618.46167-7-philmd@linaro.org> --- diff --git a/include/hw/xen/xen-bus.h b/include/hw/xen/xen-bus.h index 2adb2af839..bdbf1ed6fd 100644 --- a/include/hw/xen/xen-bus.h +++ b/include/hw/xen/xen-bus.h @@ -8,9 +8,10 @@ #ifndef HW_XEN_BUS_H #define HW_XEN_BUS_H +#include "hw/qdev-core.h" #include "hw/xen/xen_backend_ops.h" -#include "hw/sysbus.h" #include "qemu/notify.h" +#include "qemu/queue.h" #include "qom/object.h" typedef struct XenEventChannel XenEventChannel;