Peter Maydell <peter.mayd...@linaro.org> writes: > On 27 June 2016 at 09:50, Markus Armbruster <arm...@redhat.com> wrote: >> To spice up things, we >> also name a few of our headers just like system headers we use >> elsewhere, e.g. "util.h" in net/ vs. <util.h> in util/qemu-openpty.c. > > That would be nice to fix at some point I think, it's pretty brittle. > (We had one issue recently that boiled down to system header vs local > header confusion, though I forget the details.)
Fixing collisions we're aware of is easy enough, just rename our header. Finding collisions is more interesting. Perhaps I can cook up something for make check-source.