Index: src/OFSCTPSocket.h ================================================================== --- src/OFSCTPSocket.h +++ src/OFSCTPSocket.h @@ -16,12 +16,10 @@ */ #import "OFSequencedPacketSocket.h" #import "OFRunLoop.h" -#import "socket.h" - OF_ASSUME_NONNULL_BEGIN /*! @file */ @class OFSCTPSocket; Index: src/OFSPXSocket.h ================================================================== --- src/OFSPXSocket.h +++ src/OFSPXSocket.h @@ -16,12 +16,10 @@ */ #import "OFSequencedPacketSocket.h" #import "OFRunLoop.h" -#import "socket.h" - OF_ASSUME_NONNULL_BEGIN /*! @file */ @class OFSPXSocket; Index: src/OFSPXStreamSocket.h ================================================================== --- src/OFSPXStreamSocket.h +++ src/OFSPXStreamSocket.h @@ -16,12 +16,10 @@ */ #import "OFStreamSocket.h" #import "OFRunLoop.h" -#import "socket.h" - OF_ASSUME_NONNULL_BEGIN /*! @file */ @class OFSPXStreamSocket; Index: src/OFTCPSocket.h ================================================================== --- src/OFTCPSocket.h +++ src/OFTCPSocket.h @@ -16,12 +16,10 @@ */ #import "OFStreamSocket.h" #import "OFRunLoop.h" -#import "socket.h" - OF_ASSUME_NONNULL_BEGIN /*! @file */ @class OFTCPSocket;