]> git.proxmox.com Git - mirror_qemu.git/commit - scripts/clean-includes
clean-includes: Add glib.h to list of unneeded includes
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 24 May 2016 15:24:36 +0000 (16:24 +0100)
committerMichael Tokarev <mjt@tls.msk.ru>
Tue, 7 Jun 2016 15:19:24 +0000 (18:19 +0300)
commitdf891b9197f595e8676885a10e1c1735a4c261ba
treef83f13bde2df821dce6b57ea6e07a96969864b1e
parent20875332b0fedc89cfcc96586f0a34f5809ef7c9
clean-includes: Add glib.h to list of unneeded includes

osdep.h pulls in glib.h via glib-compat.h, so add it to the list of
includes that we remove. (This then means we must avoid running
clean-includes on glib-compat.h or it will delete the glib.h include.)

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Eric Blake <eblake@redhat.com>
Tested-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
scripts/clean-includes