qemu-pixman.h: Avoid mutual inclusion loop with console.h
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 21 Jan 2013 12:03:47 +0000 (12:03 +0000)
committerStefan Hajnoczi <stefanha@redhat.com>
Wed, 30 Jan 2013 10:16:28 +0000 (11:16 +0100)
commit0b0878611c64f027ca5d15ba641f423cc04ead3f
treed6f33a13c5ec0033032fa1c8709f8a451825105f
parent24a53049537886cf93273c01e3d7727444321afc
qemu-pixman.h: Avoid mutual inclusion loop with console.h

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 the files which included qemu-pixman.h, since
they were relying on it implicitly dragging in all of console.h.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Acked-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
include/ui/qemu-pixman.h
include/ui/spice-display.h
ui/qemu-pixman.c