@@ -18,12 +18,10 @@ #import "OFUnsupportedProtocolException.h" #import "OFString.h" #import "OFURL.h" -#import "common.h" - @implementation OFUnsupportedProtocolException + (instancetype)exceptionWithURL: (OFURL*)url { return [[[self alloc] initWithURL: url] autorelease]; }