]> git.proxmox.com Git - mirror_qemu.git/commit
explicitly include hw/qdev-core.h
authorPaolo Bonzini <pbonzini@redhat.com>
Fri, 4 Dec 2015 10:10:27 +0000 (11:10 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 19 May 2016 14:42:27 +0000 (16:42 +0200)
commit3b3d264888a2dd63a417ea00f4e69fd59d4df8e8
treea9c9088bb69f3b973e34c59e8ffcd7ad4980b317
parent7d0c99a9d8e7e5a5e907d2e6f78b45f97ee06865
explicitly include hw/qdev-core.h

exec/cpu-all.h includes qom/cpu.h, which includes hw/qdev-core.h.
Explicit inclusion will keep things working when cpu.h will not be
included indirectly almost everywhere (either directly or through
qemu-common.h).

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
bootdevice.c