diff options
author | Markus Armbruster <armbru@redhat.com> | 2015-03-17 17:22:46 +0100 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2015-06-22 18:20:41 +0200 |
commit | cc7a8ea740ec74a144e866a1d24aa6b490e31923 (patch) | |
tree | 1bb5f94977aa90e5163360cb1dd2e9a4d0f94ee8 /hw/ppc | |
parent | d49b68364414d649b8e26232f2a600d415611662 (diff) | |
download | qemu-cc7a8ea740ec74a144e866a1d24aa6b490e31923.zip |
Include qapi/qmp/qerror.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/ppc')
-rw-r--r-- | hw/ppc/virtex_ml507.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/ppc/virtex_ml507.c b/hw/ppc/virtex_ml507.c index 6feb3c7c39..439732f7ab 100644 --- a/hw/ppc/virtex_ml507.c +++ b/hw/ppc/virtex_ml507.c @@ -41,7 +41,6 @@ #include "ppc405.h" #include "sysemu/block-backend.h" -#include "qapi/qmp/qerror.h" #define EPAPR_MAGIC (0x45504150) #define FLASH_SIZE (16 * 1024 * 1024) |