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/mainloop.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'polyp/mainloop.c') diff --git a/polyp/mainloop.c b/polyp/mainloop.c index 9cfd5397..ada74afc 100644 --- a/polyp/mainloop.c +++ b/polyp/mainloop.c @@ -38,9 +38,7 @@ #include "poll.h" #endif -#ifdef HAVE_WINSOCK2_H -#include -#endif +#include "winsock.h" #include "mainloop.h" #include "util.h" -- cgit