qemu-trivial
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-trivial] [Qemu-devel] [PATCH] translate: remove redundantly in


From: Peter Maydell
Subject: Re: [Qemu-trivial] [Qemu-devel] [PATCH] translate: remove redundantly included qemu/timer.h
Date: Tue, 30 Apr 2013 08:15:37 +0100

On 30 April 2013 03:59, liguang <address@hidden> wrote:
> Signed-off-by: liguang <address@hidden>
> ---
>  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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]