@@ -17,12 +17,10 @@ #include "config.h" #import "OFUnsupportedVersionException.h" #import "OFString.h" -#import "common.h" - @implementation OFUnsupportedVersionException + (instancetype)exceptionWithVersion: (OFString*)version { return [[[self alloc] initWithVersion: version] autorelease]; }