From: liguang Date: Tue, 30 Apr 2013 02:59:50 +0000 (+0800) Subject: translate: remove redundantly included qemu/timer.h X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=7bc9315d3a6a3c7d437e1c3d0e826121a035444a;p=qemu.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 da93608f03..d04a1162cd 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"