On 30 April 2013 03:59, liguang <lig.f...@cn.fujitsu.com> wrote: > Signed-off-by: liguang <lig.f...@cn.fujitsu.com> > --- > translate-all.c | 1 - > 1 files changed, 0 insertions(+), 1 deletions(-) > > diff --git a/translate-all.c b/translate-all.c > index da93608..d04a116 100644 > --- a/translate-all.c > +++ b/translate-all.c > @@ -55,7 +55,6 @@ > #else > #include "exec/address-spaces.h" > #endif > -#include "qemu/timer.h"
Nice catch -- this was a fix for a compile failure when compiling with profiling enabled, which got fixed once directly (commit 0aa09897) and once via a commit through the PPC tree (commit c8ff5daa0). This change fixes the double-include by effectively reverting the latter commit. thanks -- PMM