summaryrefslogtreecommitdiffstats
path: root/hw/timer/grlib_gptimer.c
diff options
context:
space:
mode:
authorAlex Bligh2013-08-21 17:02:47 +0200
committerStefan Hajnoczi2013-08-22 19:10:27 +0200
commit6a1751b7aad6e38e9d1ae6bcea72fa28bf6cc5fb (patch)
treee9323ec0742f142f26fcc79eecb76fdcc97ccd9d /hw/timer/grlib_gptimer.c
parentaio / timers: Split QEMUClock into QEMUClock and QEMUTimerList (diff)
downloadqemu-6a1751b7aad6e38e9d1ae6bcea72fa28bf6cc5fb.tar.gz
qemu-6a1751b7aad6e38e9d1ae6bcea72fa28bf6cc5fb.tar.xz
qemu-6a1751b7aad6e38e9d1ae6bcea72fa28bf6cc5fb.zip
aio / timers: Untangle include files
include/qemu/timer.h has no need to include main-loop.h and doing so causes an issue for the next patch. Unfortunately various files assume including timers.h will pull in main-loop.h. Untangle this mess. Signed-off-by: Alex Bligh <alex@alex.org.uk> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'hw/timer/grlib_gptimer.c')
-rw-r--r--hw/timer/grlib_gptimer.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/timer/grlib_gptimer.c b/hw/timer/grlib_gptimer.c
index 7c1055a99c..74c16d6c90 100644
--- a/hw/timer/grlib_gptimer.c
+++ b/hw/timer/grlib_gptimer.c
@@ -25,6 +25,8 @@
#include "hw/sysbus.h"
#include "qemu/timer.h"
#include "hw/ptimer.h"
+#include "qemu/timer.h"
+#include "qemu/main-loop.h"
#include "trace.h"