qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] 1ac020: qemu-timer.c: Trim list of included h


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 1ac020: qemu-timer.c: Trim list of included headers
Date: Mon, 26 Jan 2015 11:00:08 -0800

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 1ac0206b2ae1ffaeec564f110664a3a77bafafd2
      
https://github.com/qemu/qemu/commit/1ac0206b2ae1ffaeec564f110664a3a77bafafd2
  Author: Peter Maydell <address@hidden>
  Date:   2015-01-26 (Mon, 26 Jan 2015)

  Changed paths:
    M qemu-timer.c

  Log Message:
  -----------
  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 <address@hidden>
Reviewed-by: Paolo Bonzini <address@hidden>
Message-id: address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]