]> git.proxmox.com Git - mirror_qemu.git/commit
apic_internal.h: Include cpu.h directly
authorPeter Maydell <peter.maydell@linaro.org>
Wed, 19 Aug 2015 15:20:20 +0000 (16:20 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Wed, 19 Aug 2015 15:29:53 +0000 (16:29 +0100)
commit20fbcfdd58ea47607a5755979d43f8c48ac93f08
treeaf955de819c8c6d0bef34d62dcaa9156a4c8d660
parent49caffe0cc95a9d0dc344e3328be8197f3536cf8
apic_internal.h: Include cpu.h directly

apic_internal.h relies on cpu.h having been included (for the
X86CPU type); include it directly rather than relying on it
being pulled in via one of the other includes like timer.h.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Daniel P. Berrange <berrange@redhat.com>
include/hw/i386/apic_internal.h