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 | 5701522fc1dd7dfba381582287126a0d3c9df575 (patch) | |
tree | 95a78f1bdc10e237f4216d22e16058ffcefc666f /ip_input.c | |
parent | 77ab46227c3eccce56e7a9a669835c1fd8b94cc2 (diff) | |
download | slirp-5701522fc1dd7dfba381582287126a0d3c9df575.zip slirp-5701522fc1dd7dfba381582287126a0d3c9df575.tar.gz slirp-5701522fc1dd7dfba381582287126a0d3c9df575.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 'ip_input.c')
-rw-r--r-- | ip_input.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -40,7 +40,6 @@ #include "qemu/osdep.h" #include <slirp.h> -#include <qemu/osdep.h> #include "ip_icmp.h" static struct ip *ip_reass(Slirp *slirp, struct ip *ip, struct ipq *fp); |