From 5fcbf04f5b95cccc61b2986a6582fa475e4d9c8b Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Mon, 9 Jan 2006 16:50:39 +0000 Subject: Condense winsock includes and defines into one header. git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/ossman@428 fefdeb5f-60dc-0310-8127-8f9354f1896f --- polyp/main.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'polyp/main.c') diff --git a/polyp/main.c b/polyp/main.c index 437f0a41..e481fce1 100644 --- a/polyp/main.c +++ b/polyp/main.c @@ -42,15 +42,13 @@ #include #endif -#ifdef HAVE_WINSOCK2_H -#include -#endif - #ifdef HAVE_LIBWRAP #include #include #endif +#include "winsock.h" + #include "core.h" #include "mainloop.h" #include "module.h" -- cgit