@@ -13,11 +13,10 @@ * file. */ #include "config.h" -#include #include #import "OFTCPSocketSOCKS5Connector.h" #import "OFData.h" #import "OFRunLoop.h" @@ -266,11 +265,11 @@ [_socket asyncReadIntoBuffer: _buffer exactLength: addressLength[0] + 2 runLoopMode: runLoopMode]; return false; default: - assert(0); + OFAssert(0); return false; } } - (OFData *)stream: (OFStream *)sock @@ -303,10 +302,10 @@ [_socket asyncReadIntoBuffer: _buffer exactLength: 4 runLoopMode: runLoopMode]; return nil; default: - assert(0); + OFAssert(0); return nil; } } @end