@@ -17,12 +17,10 @@ #include "config.h" #import "OFAlreadyConnectedException.h" #import "OFString.h" -#import "common.h" - @implementation OFAlreadyConnectedException + (instancetype)exceptionWithSocket: (id)socket { return [[[self alloc] initWithSocket: socket] autorelease]; }