diff options
author | Markus Armbruster <armbru@redhat.com> | 2018-02-01 12:18:43 +0100 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2018-02-09 13:52:15 +0100 |
commit | 198a10322cfd04794add46e9483504bfeebcb27b (patch) | |
tree | ec7dc12cb4cc03f631beebf57b1dd8c0794aae73 | |
parent | 6266ba9b5a7a5f12dc7115188995846602fd0236 (diff) | |
download | qemu-198a10322cfd04794add46e9483504bfeebcb27b.zip |
Include qapi/qmp/qnull.h exactly where needed
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-17-armbru@redhat.com>
-rw-r--r-- | target/ppc/translate.c | 1 | ||||
-rw-r--r-- | target/ppc/translate_init.c | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/target/ppc/translate.c b/target/ppc/translate.c index eeaad9e91f..4132f67bb1 100644 --- a/target/ppc/translate.c +++ b/target/ppc/translate.c @@ -24,7 +24,6 @@ #include "disas/disas.h" #include "exec/exec-all.h" #include "tcg-op.h" -#include "qapi/qmp/qnull.h" #include "qemu/host-utils.h" #include "exec/cpu_ldst.h" diff --git a/target/ppc/translate_init.c b/target/ppc/translate_init.c index 972f4caa7f..48f2c10156 100644 --- a/target/ppc/translate_init.c +++ b/target/ppc/translate_init.c @@ -30,6 +30,7 @@ #include "mmu-hash64.h" #include "qemu/error-report.h" #include "qapi/error.h" +#include "qapi/qmp/qnull.h" #include "qapi/visitor.h" #include "hw/qdev-properties.h" #include "hw/ppc/ppc.h" |