Replace an include of qemu-common.h with osdep.h and
qemu/typedefs.h.

Signed-off-by: Peter Maydell <peter.mayd...@linaro.org>
---
 include/qemu/throttle.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/qemu/throttle.h b/include/qemu/throttle.h
index 995b2d5..88dec1d 100644
--- a/include/qemu/throttle.h
+++ b/include/qemu/throttle.h
@@ -25,8 +25,8 @@
 #ifndef THROTTLE_H
 #define THROTTLE_H
 
-#include <stdint.h>
-#include "qemu-common.h"
+#include "osdep.h"
+#include "qemu/typedefs.h"
 #include "qemu/timer.h"
 
 typedef enum {
-- 
1.9.1


Reply via email to