From: liguang Date: Tue, 30 Apr 2013 02:59:50 +0000 (+0800) Subject: translate: remove redundantly included qemu/timer.h X-Git-Tag: v1.6.0-rc0~294^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7bc9315d3a6a3c7d437e1c3d0e826121a035444a;p=thirdparty%2Fqemu.git translate: remove redundantly included qemu/timer.h Signed-off-by: liguang Reviewed-By: Peter Maydell Signed-off-by: Michael Tokarev --- diff --git a/translate-all.c b/translate-all.c index da93608f038..d04a1162cd0 100644 --- a/translate-all.c +++ b/translate-all.c @@ -55,7 +55,6 @@ #else #include "exec/address-spaces.h" #endif -#include "qemu/timer.h" #include "exec/cputlb.h" #include "translate-all.h"