Remove unneeded setjmp.h (fix compilation on Debian "lenny")
authorStefan Weil <weil@mail.berlios.de>
Mon, 4 Jul 2011 18:52:38 +0000 (20:52 +0200)
committerBlue Swirl <blauwirbel@gmail.com>
Tue, 12 Jul 2011 20:57:08 +0000 (20:57 +0000)
commite35a3a197ff9ca9f4aaa1f8664e96b813e5bd528
treef50ed8b135c3cc08c66fe86b594af9b13f3d6254
parent74d742f5539cd3d15c412309c60939a8f14a6d63
Remove unneeded setjmp.h (fix compilation on Debian "lenny")

Some versions of png.h cannot be included after setjmp.h,
even when PNG_SKIP_SETJMP_CHECK was defined.

setjmp.h was included from qemu-common.h and is not needed there.
Removing the include statement fixes compilation of ui/vnc-enc-tight.c
with CONFIG_VNC_PNG defined.

Signed-off-by: Stefan Weil <weil@mail.berlios.de>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
qemu-common.h