aboutsummaryrefslogtreecommitdiff
path: root/hw/alpha/pci.c
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2016-03-15 14:32:19 +0100
committerPaolo Bonzini <pbonzini@redhat.com>2016-05-19 16:42:27 +0200
commit0774831d081d17dd63caee95d710f786fc652e67 (patch)
treec075c0044aedc13743f6dd1378072d15a8f6fa2a /hw/alpha/pci.c
parentb4c1c6fc61721b8a7cb4e30b7780f17591aaaa17 (diff)
alpha: include cpu-qom.h in files that require AlphaCPU
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>
Diffstat (limited to 'hw/alpha/pci.c')
-rw-r--r--hw/alpha/pci.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/alpha/pci.c b/hw/alpha/pci.c
index 5baa0eaf15..8dde637bfe 100644
--- a/hw/alpha/pci.c
+++ b/hw/alpha/pci.c
@@ -8,7 +8,6 @@
#include "qemu/osdep.h"
#include "qemu-common.h"
-#include "cpu.h"
#include "alpha_sys.h"
#include "qemu/log.h"
#include "sysemu/sysemu.h"