diff options
author | Thomas Huth <thuth@redhat.com> | 2016-05-13 09:04:32 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2016-05-16 21:01:16 +0200 |
commit | 9892663dc486755b5534ff8a77913edc5ea28c79 (patch) | |
tree | 864e3365ebfca703e16e62e83ce2acce911618a9 /slirp/udp6.c | |
parent | 2cdc848eb5bd7caf467942aee63f813f52db4e40 (diff) | |
download | qemu-9892663dc486755b5534ff8a77913edc5ea28c79.zip qemu-9892663dc486755b5534ff8a77913edc5ea28c79.tar.gz qemu-9892663dc486755b5534ff8a77913edc5ea28c79.tar.bz2 |
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>
Diffstat (limited to 'slirp/udp6.c')
-rw-r--r-- | slirp/udp6.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/slirp/udp6.c b/slirp/udp6.c index a23026f..94efb13 100644 --- a/slirp/udp6.c +++ b/slirp/udp6.c @@ -6,7 +6,6 @@ #include "qemu/osdep.h" #include "qemu-common.h" #include "slirp.h" -#include "qemu/osdep.h" #include "udp.h" void udp6_input(struct mbuf *m) |