summary refs log tree commit diff stats
path: root/hw/ppc/vof.c
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>2022-01-28 13:15:03 +0100
committerCédric Le Goater <clg@kaod.org>2022-01-28 13:15:03 +0100
commitdc10da64e1f704bec8ed66f6a402d22589a3c4f9 (patch)
treee75a3555d53dd9bb8e273c666e231497ae94de1e /hw/ppc/vof.c
parenta01b64cee77061118b8cdaefeacd5440ec26107c (diff)
downloadfocaccia-qemu-dc10da64e1f704bec8ed66f6a402d22589a3c4f9.tar.gz
focaccia-qemu-dc10da64e1f704bec8ed66f6a402d22589a3c4f9.zip
hw/ppc/vof: Add missing includes
vof.h requires "qom/object.h" for DECLARE_CLASS_CHECKERS(),
"exec/memory.h" for address_space_read/write(),
"exec/address-spaces.h" for address_space_memory
and more importantly "cpu.h" for target_ulong.

vof.c doesn't need "exec/ram_addr.h".

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20220122003104.84391-1-f4bug@amsat.org>
Signed-off-by: Cédric Le Goater <clg@kaod.org>
Diffstat (limited to 'hw/ppc/vof.c')
-rw-r--r--hw/ppc/vof.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/ppc/vof.c b/hw/ppc/vof.c
index 73adc44ec2..2b63a62875 100644
--- a/hw/ppc/vof.c
+++ b/hw/ppc/vof.c
@@ -16,7 +16,6 @@
 #include "qemu/units.h"
 #include "qemu/log.h"
 #include "qapi/error.h"
-#include "exec/ram_addr.h"
 #include "exec/address-spaces.h"
 #include "hw/ppc/vof.h"
 #include "hw/ppc/fdt.h"