@@ -14,27 +14,11 @@ * file. */ #import "OFObject.h" -#ifndef OF_HAVE_SOCKETS -# error No sockets available! -#endif - -#ifdef OF_HAVE_SYS_SOCKET_H -# include -#endif - -#ifdef _WIN32 -# include -#endif - -#ifdef __wii__ -# define BOOL OGC_BOOL -# include -# undef BOOL -#endif +#import "socket.h" @class OFStream; @class OFMutableArray; @class OFMutableDictionary; @class OFDataArray;