diff options
author | Markus Armbruster <armbru@redhat.com> | 2015-03-17 18:16:21 +0100 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2015-06-22 18:20:41 +0200 |
commit | a0b1a66ea39bca011108734147a72232a4d08c7a (patch) | |
tree | 8d8eaeb0210b213cbb6d175f59aec7513ce80dfc /hw/s390x/virtio-ccw.c | |
parent | cc7a8ea740ec74a144e866a1d24aa6b490e31923 (diff) | |
download | qemu-a0b1a66ea39bca011108734147a72232a4d08c7a.zip qemu-a0b1a66ea39bca011108734147a72232a4d08c7a.tar.gz qemu-a0b1a66ea39bca011108734147a72232a4d08c7a.tar.bz2 |
Include monitor/monitor.h exactly where needed
In particular, don't include it into headers.
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Luiz Capitulino <lcapitulino@redhat.com>
Diffstat (limited to 'hw/s390x/virtio-ccw.c')
-rw-r--r-- | hw/s390x/virtio-ccw.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/s390x/virtio-ccw.c b/hw/s390x/virtio-ccw.c index 9d91780..9605bf4 100644 --- a/hw/s390x/virtio-ccw.c +++ b/hw/s390x/virtio-ccw.c @@ -15,7 +15,6 @@ #include "sysemu/blockdev.h" #include "sysemu/sysemu.h" #include "net/net.h" -#include "monitor/monitor.h" #include "hw/virtio/virtio.h" #include "hw/virtio/virtio-serial.h" #include "hw/virtio/virtio-net.h" |