hw/watchdog.h -> include/sysemu/watchdog.h

Change-Id: I5beefeffa9a368946eb43f5c98067423b7934ed5
diff --git a/hw/pc.c b/hw/pc.c
index 0548159..64332c1 100644
--- a/hw/pc.c
+++ b/hw/pc.c
@@ -36,7 +36,7 @@
 #include "monitor/monitor.h"
 #include "hw/nvram/fw_cfg.h"
 //#include "hpet_emul.h"
-#include "watchdog.h"
+#include "sysemu/watchdog.h"
 #include "hw/i386/smbios.h"
 #include "ui/console.h"
 
diff --git a/hw/watchdog.c b/hw/watchdog.c
index 0d31ae8..716a2f9 100644
--- a/hw/watchdog.c
+++ b/hw/watchdog.c
@@ -22,7 +22,7 @@
 #include "qemu-common.h"
 #include "qemu/queue.h"
 #include "sysemu/sysemu.h"
-#include "hw/watchdog.h"
+#include "sysemu/watchdog.h"
 
 static QLIST_HEAD(watchdog_list, WatchdogTimerModel) watchdog_list;
 
diff --git a/hw/watchdog.h b/include/sysemu/watchdog.h
similarity index 100%
rename from hw/watchdog.h
rename to include/sysemu/watchdog.h
diff --git a/monitor.c b/monitor.c
index 0fcd9e8..df74768 100644
--- a/monitor.c
+++ b/monitor.c
@@ -28,7 +28,7 @@
 #include "hw/pcmcia.h"
 #include "hw/i386/pc.h"
 #include "hw/pci/pci.h"
-#include "hw/watchdog.h"
+#include "sysemu/watchdog.h"
 #include "exec/gdbstub.h"
 #include "net/net.h"
 #include "sysemu/char.h"
diff --git a/vl-android.c b/vl-android.c
index 8424771..d817179 100644
--- a/vl-android.c
+++ b/vl-android.c
@@ -183,7 +183,7 @@
 #include "hw/isa/isa.h"
 #include "hw/baum.h"
 #include "hw/bt.h"
-#include "hw/watchdog.h"
+#include "sysemu/watchdog.h"
 #include "hw/i386/smbios.h"
 #include "hw/xen.h"
 #include "sysemu/bt.h"
diff --git a/vl.c b/vl.c
index 64d52d5..2ffc2bb 100644
--- a/vl.c
+++ b/vl.c
@@ -141,7 +141,7 @@
 #include "hw/isa/isa.h"
 #include "hw/baum.h"
 #include "hw/bt.h"
-#include "hw/watchdog.h"
+#include "sysemu/watchdog.h"
 #include "hw/i386/smbios.h"
 #include "hw/xen.h"
 #include "sysemu/bt.h"