diff --git a/hw/qdev-properties.c b/hw/qdev-properties.c index 92d6793747094a5111a508dab3ea38afc6a4164f..157a11166f393cc89571ae8746bfc70c8c5524cd 100644 --- a/hw/qdev-properties.c +++ b/hw/qdev-properties.c @@ -1,6 +1,7 @@ #include "sysemu.h" #include "net.h" #include "qdev.h" +#include "qerror.h" void *qdev_get_prop_ptr(DeviceState *dev, Property *prop) { diff --git a/monitor.c b/monitor.c index 0448a70c102dafafbbbef24480cfbcf78b46d016..822dc276421c60ff6bd703977a9985e0b448b2fe 100644 --- a/monitor.c +++ b/monitor.c @@ -49,10 +49,8 @@ #include "qint.h" #include "qfloat.h" #include "qlist.h" -#include "qdict.h" #include "qbool.h" #include "qstring.h" -#include "qerror.h" #include "qjson.h" #include "json-streamer.h" #include "json-parser.h" diff --git a/sysemu.h b/sysemu.h index 525efd13cbcfb163eb7e841cff37e89fa507b769..5464d353e87d5c67b480c474f464ca6c0bee360f 100644 --- a/sysemu.h +++ b/sysemu.h @@ -6,8 +6,6 @@ #include "qemu-option.h" #include "qemu-queue.h" #include "qemu-timer.h" -#include "qdict.h" -#include "qerror.h" #ifdef _WIN32 #include