On 14 May 2013 12:18, Michael Tokarev <m...@tls.msk.ru> 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