]> git.proxmox.com Git - mirror_qemu.git/commit
slirp: Clean up osdep.h related header inclusions
authorThomas Huth <thuth@redhat.com>
Fri, 13 May 2016 07:04:32 +0000 (09:04 +0200)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Mon, 16 May 2016 19:01:16 +0000 (21:01 +0200)
commit9892663dc486755b5534ff8a77913edc5ea28c79
tree864e3365ebfca703e16e62e83ce2acce911618a9
parent2cdc848eb5bd7caf467942aee63f813f52db4e40
slirp: Clean up osdep.h related header inclusions

qemu/osdep.h is included in some headers twice - one time
should be sufficient.
Also remove the inclusion of time.h since that is already
done by osdep.h, too (this makes scripts/clean-includes
happy again).

Signed-off-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
slirp/ip6_icmp.c
slirp/ip_input.c
slirp/udp6.c