]> Git Repo - qemu.git/commit
qemu-timer.c: Trim list of included headers
authorPeter Maydell <[email protected]>
Tue, 20 Jan 2015 16:16:40 +0000 (16:16 +0000)
committerPeter Maydell <[email protected]>
Mon, 26 Jan 2015 18:15:54 +0000 (18:15 +0000)
commit1ac0206b2ae1ffaeec564f110664a3a77bafafd2
treedf8e97135c7dc20e5f1d023adc11ff9353b14426
parent074092d074f7a55378659223cf54ca06f6d0fbde
qemu-timer.c: Trim list of included headers

qemu-timer.c was including a lot more headers than it needed to,
presumably for historical reasons. In particular, it included
ui/console.h; this now tries to pull in <pixman.h>, which will
cause a compilation failure in --disable-tools --disable-system
configurations when running "make check" (which builds qemu-timer.c,
even though the linux-user binaries themselves don't need it).

Fix this build failure by trimming down the set of included
headers severely -- we only really need main-loop.h and timer.h.

Signed-off-by: Peter Maydell <[email protected]>
Reviewed-by: Paolo Bonzini <[email protected]>
Message-id: 1421770600[email protected]
qemu-timer.c
This page took 0.025309 seconds and 4 git commands to generate.