diff options
Diffstat (limited to 'hw/xen')
-rw-r--r-- | hw/xen/xen-common.c | 2 | ||||
-rw-r--r-- | hw/xen/xen_backend.c | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/hw/xen/xen-common.c b/hw/xen/xen-common.c index a9055e9..0bed577 100644 --- a/hw/xen/xen-common.c +++ b/hw/xen/xen-common.c @@ -11,7 +11,7 @@ #include "qemu/osdep.h" #include "hw/xen/xen_backend.h" #include "qmp-commands.h" -#include "sysemu/char.h" +#include "chardev/char.h" #include "sysemu/accel.h" #include "migration/migration.h" diff --git a/hw/xen/xen_backend.c b/hw/xen/xen_backend.c index 3570f37..c46cbb0 100644 --- a/hw/xen/xen_backend.c +++ b/hw/xen/xen_backend.c @@ -28,7 +28,6 @@ #include "hw/hw.h" #include "hw/sysbus.h" #include "hw/boards.h" -#include "sysemu/char.h" #include "qemu/log.h" #include "qapi/error.h" #include "hw/xen/xen_backend.h" |