Commit 198a1032 authored by Markus Armbruster's avatar Markus Armbruster
Browse files

Include qapi/qmp/qnull.h exactly where needed



Reviewed-by: default avatarEric Blake <eblake@redhat.com>
Reviewed-by: default avatarPhilippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: default avatarMarkus Armbruster <armbru@redhat.com>
Message-Id: <20180201111846.21846-17-armbru@redhat.com>
parent 6266ba9b
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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"

+1 −0
Original line number Diff line number Diff line
@@ -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"