瀏覽代碼

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é <philmd@linaro.org>
Reviewed-by: Anthony PERARD <anthony.perard@vates.tech>
Message-Id: <20250218162618.46167-7-philmd@linaro.org>
Philippe Mathieu-Daudé 6 月之前
父節點
當前提交
cc2b1c5b07
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      include/hw/xen/xen-bus.h

+ 2 - 1
include/hw/xen/xen-bus.h

@@ -8,9 +8,10 @@
 #ifndef HW_XEN_BUS_H
 #ifndef HW_XEN_BUS_H
 #define HW_XEN_BUS_H
 #define HW_XEN_BUS_H
 
 
+#include "hw/qdev-core.h"
 #include "hw/xen/xen_backend_ops.h"
 #include "hw/xen/xen_backend_ops.h"
-#include "hw/sysbus.h"
 #include "qemu/notify.h"
 #include "qemu/notify.h"
+#include "qemu/queue.h"
 #include "qom/object.h"
 #include "qom/object.h"
 
 
 typedef struct XenEventChannel XenEventChannel;
 typedef struct XenEventChannel XenEventChannel;