aboutsummaryrefslogtreecommitdiff
path: root/hw/s390x
diff options
context:
space:
mode:
authorMarkus Armbruster <armbru@redhat.com>2018-02-01 12:18:32 +0100
committerMarkus Armbruster <armbru@redhat.com>2018-02-09 13:51:35 +0100
commita82400cf5cc2f00d5bdbacb4b591be1adf8c25a8 (patch)
tree8983caf9b053b712c0a53f1454a46316a0d4f5a9 /hw/s390x
parente688df6bc4549f28534cdb001f168b8caae55b0c (diff)
downloadqemu-a82400cf5cc2f00d5bdbacb4b591be1adf8c25a8.zip
qemu-a82400cf5cc2f00d5bdbacb4b591be1adf8c25a8.tar.gz
qemu-a82400cf5cc2f00d5bdbacb4b591be1adf8c25a8.tar.bz2
Drop superfluous includes of qapi/qmp/qerror.h
Reviewed-by: Eric Blake <eblake@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-Id: <20180201111846.21846-6-armbru@redhat.com>
Diffstat (limited to 'hw/s390x')
-rw-r--r--hw/s390x/s390-virtio-ccw.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/s390x/s390-virtio-ccw.c b/hw/s390x/s390-virtio-ccw.c
index 3807dcb..7d922ad 100644
--- a/hw/s390x/s390-virtio-ccw.c
+++ b/hw/s390x/s390-virtio-ccw.c
@@ -33,7 +33,6 @@
#include "hw/s390x/css-bridge.h"
#include "migration/register.h"
#include "cpu_models.h"
-#include "qapi/qmp/qerror.h"
#include "hw/nmi.h"
S390CPU *s390_cpu_addr2state(uint16_t cpu_addr)