summaryrefslogtreecommitdiffstats
path: root/slirp/socket.c
diff options
context:
space:
mode:
authorMarc-André Lureau2019-01-17 12:43:52 +0100
committerSamuel Thibault2019-02-07 14:49:08 +0100
commita9d8b3ec4385793815d7121785730422fa3dfb68 (patch)
tree1985cff48263e7f866f7dd6646639f71371ec3b5 /slirp/socket.c
parentslirp: Move g_spawn_async_with_fds_qemu compatibility to slirp/ (diff)
downloadqemu-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/socket.c')
-rw-r--r--slirp/socket.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/slirp/socket.c b/slirp/socket.c
index 2e8dc22fb6..dea201f5ce 100644
--- a/slirp/socket.c
+++ b/slirp/socket.c
@@ -5,8 +5,6 @@
* terms and conditions of the copyright.
*/
-#include "qemu/osdep.h"
-#include "qemu-common.h"
#include "slirp.h"
#include "ip_icmp.h"
#ifdef __sun__