Re: [Qemu-devel] [PATCH] qemu-pixman.h: Avoid mutual inclusion loop with console.h

2013-01-18 Thread Peter Maydell
On 18 January 2013 13:47, Stefan Hajnoczi wrote: > On Thu, Jan 17, 2013 at 03:52:08PM +, Peter Maydell wrote: >> Remove an unnecessary mutual inclusion loop between qemu-pixman.h and >> console.h, since the former was only including the latter for >> 'PixelFormat*', which can be provided by ty

Re: [Qemu-devel] [PATCH] qemu-pixman.h: Avoid mutual inclusion loop with console.h

2013-01-18 Thread Stefan Hajnoczi
On Thu, Jan 17, 2013 at 03:52:08PM +, Peter Maydell wrote: > Remove an unnecessary mutual inclusion loop between qemu-pixman.h and > console.h, since the former was only including the latter for > 'PixelFormat*', which can be provided by typedefs.h. This requires a > minor adjustment to qemu-p

[Qemu-devel] [PATCH] qemu-pixman.h: Avoid mutual inclusion loop with console.h

2013-01-17 Thread Peter Maydell
Remove an unnecessary mutual inclusion loop between qemu-pixman.h and console.h, since the former was only including the latter for 'PixelFormat*', which can be provided by typedefs.h. This requires a minor adjustment to qemu-pixman.c, which was relying on the implicit inclusion of console.h for t