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

2013-05-14 Thread Peter Maydell
On 14 May 2013 15:15, Michael Tokarev wrote: > 14.05.2013 15:30, Peter Maydell wrote: >> >> There's already been a patch on the list for this one: >> http://patchwork.ozlabs.org/patch/240540/ >> > Yes I know Peter, and actually this is the patch which prompte > me to look for other places. The pe

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

2013-05-14 Thread Michael Tokarev
14.05.2013 18:16, Peter Maydell wrote: > On 14 May 2013 15:15, Michael Tokarev wrote: >> 14.05.2013 15:30, Peter Maydell wrote: >>> >>> There's already been a patch on the list for this one: >>> http://patchwork.ozlabs.org/patch/240540/ >>> >> Yes I know Peter, and actually this is the patch which

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

2013-05-14 Thread Michael Tokarev
14.05.2013 15:30, Peter Maydell wrote: > On 14 May 2013 12:18, Michael Tokarev 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

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

2013-05-14 Thread Peter Maydell
On 14 May 2013 12:18, Michael Tokarev 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.

[Qemu-devel] [PATCH (trivial)] remove some double-includes

2013-05-14 Thread Michael Tokarev
Some source files #include the same header more than once for no good reason. Remove second #includes in such cases. Signed-off-by: Michael Tokarev --- I used more lines in context diff below, to show that these #includes are actually repeated. In some cases, however, list of #includes is large