aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2015-07-21 20:33:30 +0100
committerPeter Maydell <peter.maydell@linaro.org>2015-07-22 17:14:21 +0100
commitd6246a99ed34e6d90ad3e875bbfb4d184e43cac6 (patch)
treeb826802d6cff7175a99ee711e2d2cc62fbdb1e1b
parent2d1f8a011c1fc86cd8096d5a55cdbe6fc3a9fd4f (diff)
throttle.h: Don't include qemu-common.hdrop-qemu-common-incs
Replace an include of qemu-common.h with osdep.h and qemu/typedefs.h. Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
-rw-r--r--include/qemu/throttle.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/qemu/throttle.h b/include/qemu/throttle.h
index 995b2d5957..88dec1d85f 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 {