aboutsummaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2020-11-18 10:03:44 +0100
committerCornelia Huck <cohuck@redhat.com>2020-12-11 11:38:10 +0100
commit592711e330972044e8666f6da32079d67e26a716 (patch)
treeb0fecbf585c95f3297ad891a69ba36fa8a388a12 /hw
parent2ecfc0657afa5d29a373271b342f704a1a3c6737 (diff)
downloadqemu-592711e330972044e8666f6da32079d67e26a716.zip
qemu-592711e330972044e8666f6da32079d67e26a716.tar.gz
qemu-592711e330972044e8666f6da32079d67e26a716.tar.bz2
hw/watchdog/wdt_diag288: Remove unnecessary includes
Neither sysbus.h nor module.h are required to compile this file. diag288 is not a sysbus device, and module.h (for type_init) is included eventually through qom/object.h. Signed-off-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Christian Borntraeger <borntraeger@de.ibm.com> Message-Id: <20201118090344.243117-1-thuth@redhat.com> [CH: tweaked description] Signed-off-by: Cornelia Huck <cohuck@redhat.com>
Diffstat (limited to 'hw')
-rw-r--r--hw/watchdog/wdt_diag288.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/watchdog/wdt_diag288.c b/hw/watchdog/wdt_diag288.c
index 71a945f..4c4b6a6 100644
--- a/hw/watchdog/wdt_diag288.c
+++ b/hw/watchdog/wdt_diag288.c
@@ -14,12 +14,10 @@
#include "qemu/osdep.h"
#include "sysemu/reset.h"
#include "sysemu/watchdog.h"
-#include "hw/sysbus.h"
#include "qemu/timer.h"
#include "hw/watchdog/wdt_diag288.h"
#include "migration/vmstate.h"
#include "qemu/log.h"
-#include "qemu/module.h"
static WatchdogTimerModel model = {
.wdt_name = TYPE_WDT_DIAG288,