arm: include cpu-qom.h in files that require ARMCPU

This 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>
This commit is contained in:
Paolo Bonzini 2016-03-15 14:32:02 +01:00
parent da37426169
commit 16fd646182
6 changed files with 5 additions and 2 deletions

View file

@ -12,9 +12,9 @@
#define ARM_MISC_H 1
#include "exec/memory.h"
#include "target-arm/cpu-qom.h"
#include "hw/irq.h"
#include "qemu/notify.h"
#include "cpu.h"
typedef enum {
ARM_ENDIANNESS_UNKNOWN = 0,