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>
This commit is contained in:
Markus Armbruster 2018-02-01 12:18:43 +01:00
parent 6266ba9b5a
commit 198a10322c
2 changed files with 1 additions and 1 deletions

View File

@ -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"

View File

@ -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"