mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
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>
This commit is contained in:
parent
65132d39ac
commit
cc2b1c5b07
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue