14.05.2013 15:30, Peter Maydell wrote: > 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/ > Yes I know Peter, and actually this is the patch which prompte me to look for other places. The person in question does not reply (so far), so I thought maybe cleaning up more duplicates is a good idea, or else the patch will just stuck.
/mjt