hpet.h -> include/hw/timer/

Change-Id: I99c9a53ddf392ae490d254de76b0d0cdacd1494c
diff --git a/hpet.h b/include/hw/timer/hpet.h
similarity index 100%
rename from hpet.h
rename to include/hw/timer/hpet.h
diff --git a/net/net-android.c b/net/net-android.c
index e5bd816..bc3d22c 100644
--- a/net/net-android.c
+++ b/net/net-android.c
@@ -72,7 +72,7 @@
 /* For the benefit of older linux systems which don't supply it,
    we use a local copy of hpet.h. */
 /* #include <linux/hpet.h> */
-#include "hpet.h"
+#include "hw/timer/hpet.h"
 
 #include <linux/ppdev.h>
 #include <linux/parport.h>
diff --git a/net/net.c b/net/net.c
index 06c04e3..58c4523 100644
--- a/net/net.c
+++ b/net/net.c
@@ -70,7 +70,7 @@
 /* For the benefit of older linux systems which don't supply it,
    we use a local copy of hpet.h. */
 /* #include <linux/hpet.h> */
-#include "hpet.h"
+#include "hw/timer/hpet.h"
 
 #include <linux/ppdev.h>
 #include <linux/parport.h>
diff --git a/qemu-timer.c b/qemu-timer.c
index fb5f88b..d06b65b 100644
--- a/qemu-timer.c
+++ b/qemu-timer.c
@@ -45,7 +45,7 @@
 /* For the benefit of older linux systems which don't supply it,
    we use a local copy of hpet.h. */
 /* #include <linux/hpet.h> */
-#include "hpet.h"
+#include "hw/timer/hpet.h"
 #endif
 
 #ifdef _WIN32
diff --git a/vl-android.c b/vl-android.c
index aed7667..bd3cbcf 100644
--- a/vl-android.c
+++ b/vl-android.c
@@ -126,7 +126,7 @@
 /* For the benefit of older linux systems which don't supply it,
    we use a local copy of hpet.h. */
 /* #include <linux/hpet.h> */
-#include "hpet.h"
+#include "hw/timer/hpet.h"
 
 #include <linux/ppdev.h>
 #include <linux/parport.h>
diff --git a/vl.c b/vl.c
index 2a60028..bd39488 100644
--- a/vl.c
+++ b/vl.c
@@ -71,7 +71,7 @@
 /* For the benefit of older linux systems which don't supply it,
    we use a local copy of hpet.h. */
 /* #include <linux/hpet.h> */
-#include "hpet.h"
+#include "hw/timer/hpet.h"
 
 #include <linux/ppdev.h>
 #include <linux/parport.h>