From d2528bdc19988db73056be75dd9bf52eeee620f5 Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Fri, 3 Mar 2017 12:01:16 +0100 Subject: qemu-timer: do not include sysemu/cpus.h from util/qemu-timer.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This dependency is the wrong way, and we will need util/qemu-timer.h from sysemu/cpus.h in the next patch. Reviewed-by: Alex Bennée Reviewed-by: Edgar E. Iglesias Signed-off-by: Paolo Bonzini --- cpu-exec.c | 1 + 1 file changed, 1 insertion(+) (limited to 'cpu-exec.c') diff --git a/cpu-exec.c b/cpu-exec.c index d04dd91..748cb66 100644 --- a/cpu-exec.c +++ b/cpu-exec.c @@ -33,6 +33,7 @@ #if defined(TARGET_I386) && !defined(CONFIG_USER_ONLY) #include "hw/i386/apic.h" #endif +#include "sysemu/cpus.h" #include "sysemu/replay.h" /* -icount align implementation. */ -- cgit v1.1