summaryrefslogtreecommitdiff
path: root/src/core/network.h
diff options
context:
space:
mode:
authordequis <dx@dxzone.com.ar>2015-12-09 15:20:59 -0300
committerdequis <dx@dxzone.com.ar>2015-12-09 15:20:59 -0300
commit96766b7f0530ca2e5b4d0fde68337f956e46eb0e (patch)
tree7ae6496d5d5b0b45d360036def59ba53d40922c1 /src/core/network.h
parent544d5a8bba7e00f8b4a8433faea907abce27f557 (diff)
downloadirssi-96766b7f0530ca2e5b4d0fde68337f956e46eb0e.zip
Remove all WIN32 ifdefs (unifdef -UWIN32)
Just use cygwin. This looks like it wasn't enough to do anything useful, and I don't think anyone cares about supporting win32 the hard way.
Diffstat (limited to 'src/core/network.h')
-rw-r--r--src/core/network.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/network.h b/src/core/network.h
index fa7e9675..73ac8dee 100644
--- a/src/core/network.h
+++ b/src/core/network.h
@@ -6,12 +6,10 @@
#endif
#include <sys/types.h>
-#ifndef WIN32
# include <sys/socket.h>
# include <netinet/in.h>
# include <netdb.h>
# include <arpa/inet.h>
-#endif
#ifndef AF_INET6
# ifdef PF_INET6