]> git.ipfire.org Git - thirdparty/qemu.git/blobdiff - hw/watchdog.c
hw: move headers to include/
[thirdparty/qemu.git] / hw / watchdog.c
index 072d2568820ff4f953d5ed322f6300c09e478805..cb4e1f9e479f934532fcd4d07528feccba812b79 100644 (file)
@@ -26,7 +26,7 @@
 #include "qapi/qmp/types.h"
 #include "monitor/monitor.h"
 #include "sysemu/sysemu.h"
-#include "hw/watchdog.h"
+#include "sysemu/watchdog.h"
 
 /* Possible values for action parameter. */
 #define WDT_RESET        1     /* Hard reset. */