aboutsummaryrefslogtreecommitdiff
path: root/hw/misc/zynq-xadc.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/misc/zynq-xadc.c')
-rw-r--r--hw/misc/zynq-xadc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/misc/zynq-xadc.c b/hw/misc/zynq-xadc.c
index f1e48601dc..7b1972ce06 100644
--- a/hw/misc/zynq-xadc.c
+++ b/hw/misc/zynq-xadc.c
@@ -14,10 +14,10 @@
*/
#include "qemu/osdep.h"
-#include "hw/hw.h"
+#include "hw/irq.h"
#include "hw/misc/zynq-xadc.h"
+#include "migration/vmstate.h"
#include "qemu/timer.h"
-#include "sysemu/sysemu.h"
#include "qemu/log.h"
#include "qemu/module.h"