diff options
author | Philippe Mathieu-Daudé | 2020-05-04 13:56:54 +0200 |
---|---|---|
committer | Paolo Bonzini | 2020-06-10 18:09:36 +0200 |
commit | ca27b5eb7cdd112ed465bd757358af4c06e135ea (patch) | |
tree | ae9b76890dd89111698692f7d711ae89f159f045 /hw/pci-host/pam.c | |
parent | target/i386: Fix OUTL debug output (diff) | |
download | qemu-ca27b5eb7cdd112ed465bd757358af4c06e135ea.tar.gz qemu-ca27b5eb7cdd112ed465bd757358af4c06e135ea.tar.xz qemu-ca27b5eb7cdd112ed465bd757358af4c06e135ea.zip |
qom/object: Move Object typedef to 'qemu/typedefs.h'
We use the Object type all over the place.
Forward declare it in "qemu/typedefs.h".
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20200504115656.6045-2-f4bug@amsat.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/pci-host/pam.c')
-rw-r--r-- | hw/pci-host/pam.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/pci-host/pam.c b/hw/pci-host/pam.c index 45c4333cd3..a496205783 100644 --- a/hw/pci-host/pam.c +++ b/hw/pci-host/pam.c @@ -28,7 +28,6 @@ */ #include "qemu/osdep.h" -#include "qom/object.h" #include "hw/pci-host/pam.h" void init_pam(DeviceState *dev, MemoryRegion *ram_memory, |