]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/timer/arm_mptimer.c
Include hw/qdev-properties.h less
[mirror_qemu.git] / hw / timer / arm_mptimer.c
index 93044aacfdf2162ebeb983860235deed792217e4..983e61847e56b8ef871707653c197b3e3725b8d3 100644 (file)
  */
 
 #include "qemu/osdep.h"
+#include "hw/hw.h"
+#include "hw/irq.h"
 #include "hw/ptimer.h"
+#include "hw/qdev-properties.h"
 #include "hw/timer/arm_mptimer.h"
+#include "migration/vmstate.h"
 #include "qapi/error.h"
 #include "qemu/main-loop.h"
 #include "qemu/module.h"