aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2007-09-13 12:39:35 +0000
committerths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2007-09-13 12:39:35 +0000
commit8dc560a59e161be5a954ab7152c24bec15b71d6a (patch)
tree9a3478fbdae2a1ba46d50bca1467f62dd5f449b4
parentf20cbd66a57103d3fc7b0d4d7b99904af4dbf963 (diff)
downloadslirp-8dc560a59e161be5a954ab7152c24bec15b71d6a.zip
slirp-8dc560a59e161be5a954ab7152c24bec15b71d6a.tar.gz
slirp-8dc560a59e161be5a954ab7152c24bec15b71d6a.tar.bz2
Move network related includes to vl.c to help SLIRP-less builds.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3167 c046a42c-6fe2-441c-8c8c-71466251a162
-rw-r--r--libslirp.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/libslirp.h b/libslirp.h
index d9a0022..7ea9250 100644
--- a/libslirp.h
+++ b/libslirp.h
@@ -1,14 +1,6 @@
#ifndef _LIBSLIRP_H
#define _LIBSLIRP_H
-#ifdef _WIN32
-#include <winsock2.h>
-int inet_aton(const char *cp, struct in_addr *ia);
-#else
-#include <sys/select.h>
-#include <arpa/inet.h>
-#endif
-
#ifdef __cplusplus
extern "C" {
#endif