]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/watchdog/watchdog.c
util: move declarations out of qemu-common.h
[mirror_qemu.git] / hw / watchdog / watchdog.c
index 194c9b4ed9e62ff4dd14f490efe0aaf2596fe857..bbf3646bae9e5947ffe32b722e23436f66da6c5d 100644 (file)
@@ -20,7 +20,6 @@
  */
 
 #include "qemu/osdep.h"
-#include "qemu-common.h"
 #include "qemu/option.h"
 #include "qemu/config-file.h"
 #include "qemu/queue.h"
@@ -29,6 +28,7 @@
 #include "sysemu/watchdog.h"
 #include "qapi-event.h"
 #include "hw/nmi.h"
+#include "qemu/help_option.h"
 
 static int watchdog_action = WDT_RESET;
 static QLIST_HEAD(watchdog_list, WatchdogTimerModel) watchdog_list;