diff --git a/libtransmission/net.h b/libtransmission/net.h index dca6b774a..ba7825c1d 100644 --- a/libtransmission/net.h +++ b/libtransmission/net.h @@ -176,10 +176,4 @@ char* tr_net_strerror (char * buf, size_t buflen, int err); const unsigned char *tr_globalIPv6 (void); -#if defined (_WIN32) && !defined (QT_DLL) -/* The QT exclusion is because something clashes whith the next include */ -#include /* socklen_t */ - -#endif - #endif /* _TR_NET_H_ */