Re: [Qemu-devel] [PATCH v4 0/2] Script changes to find duplicate #include entries

2016-10-28 Thread Michael Tokarev
21.10.2016 09:57, Anand J wrote: > There were some files in the code base with multiple inclusion of the same > header files. > Following changes are made to mitigate this issue. > > 1) --check-dup-head option is added to the scripts/clean-includes to search > files and > find out such entr

Re: [Qemu-devel] [PATCH v4 0/2] Script changes to find duplicate #include entries

2016-10-24 Thread Anand J
ping On Fri, Oct 21, 2016 at 12:27 PM, Anand J wrote: > There were some files in the code base with multiple inclusion of the same > header files. > Following changes are made to mitigate this issue. > > 1) --check-dup-head option is added to the scripts/clean-includes to > search files and >

[Qemu-devel] [PATCH v4 0/2] Script changes to find duplicate #include entries

2016-10-21 Thread Anand J
There were some files in the code base with multiple inclusion of the same header files. Following changes are made to mitigate this issue. 1) --check-dup-head option is added to the scripts/clean-includes to search files and find out such entries. This will help to catch redundant #include