diff options
author | Marc-André Lureau | 2019-01-17 12:43:52 +0100 |
---|---|---|
committer | Samuel Thibault | 2019-02-07 14:49:08 +0100 |
commit | a9d8b3ec4385793815d7121785730422fa3dfb68 (patch) | |
tree | 1985cff48263e7f866f7dd6646639f71371ec3b5 /slirp/tcp_output.c | |
parent | slirp: Move g_spawn_async_with_fds_qemu compatibility to slirp/ (diff) | |
download | qemu-a9d8b3ec4385793815d7121785730422fa3dfb68.tar.gz qemu-a9d8b3ec4385793815d7121785730422fa3dfb68.tar.xz qemu-a9d8b3ec4385793815d7121785730422fa3dfb68.zip |
slirp: replace remaining qemu headers dependency
Except for the migration code which is gated by WITH_QEMU, only
include our own headers, so libslirp can be built standalone.
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
Diffstat (limited to 'slirp/tcp_output.c')
-rw-r--r-- | slirp/tcp_output.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/slirp/tcp_output.c b/slirp/tcp_output.c index 6dd1ecf5d9..2b4335eb34 100644 --- a/slirp/tcp_output.c +++ b/slirp/tcp_output.c @@ -38,7 +38,6 @@ * terms and conditions of the copyright. */ -#include "qemu/osdep.h" #include "slirp.h" static const u_char tcp_outflags[TCP_NSTATES] = { |