Re: [Qemu-devel] [PATCH] script/clean-includes: added duplicate #include check

2016-10-18 Thread Thomas Huth
On 12.10.2016 20:40, Anand J wrote: > Added script to check duplicate #include entries. This check will scan and > print the files in which duplicate #include entries are present. > > Script might output false postive entries as well. Such entries should > not be removed. So if it finds any duplic

Re: [Qemu-devel] [PATCH] script/clean-includes: added duplicate #include check

2016-10-18 Thread Anand J
On Thu, Oct 13, 2016 at 12:10 AM, Anand J wrote: > Added script to check duplicate #include entries. This check will scan and > print the files in which duplicate #include entries are present. > > Script might output false postive entries as well. Such entries should > not be removed. So if it fi

[Qemu-devel] [PATCH] script/clean-includes: added duplicate #include check

2016-10-12 Thread Anand J
Added script to check duplicate #include entries. This check will scan and print the files in which duplicate #include entries are present. Script might output false postive entries as well. Such entries should not be removed. So if it finds any duplicate entries script will terminate with an exit