qemu-trivial
[Top][All Lists]
Advanced

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

Re: [Qemu-trivial] [Qemu-devel] [PATCH (trivial)] remove some double-inc


From: Peter Maydell
Subject: Re: [Qemu-trivial] [Qemu-devel] [PATCH (trivial)] remove some double-includes
Date: Tue, 14 May 2013 12:30:19 +0100

On 14 May 2013 12:18, Michael Tokarev <address@hidden> wrote:
> Some source files #include the same header more than
> once for no good reason.  Remove second #includes in
> such cases.
>
> diff --git a/translate-all.c b/translate-all.c
> index da93608..a18bf55 100644
> --- a/translate-all.c
> +++ b/translate-all.c
> @@ -52,21 +52,20 @@
>  #include <libutil.h>
>  #endif
>  #endif
>  #else
>  #include "exec/address-spaces.h"
>  #endif
>  #include "qemu/timer.h"
>
>  #include "exec/cputlb.h"
>  #include "translate-all.h"
> -#include "qemu/timer.h"

There's already been a patch on the list for this one:
http://patchwork.ozlabs.org/patch/240540/

thanks
-- PMM



reply via email to

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