@@ -17,12 +17,10 @@ #include "config.h" #import "OFUnlockFailedException.h" #import "OFString.h" -#import "common.h" - @implementation OFUnlockFailedException + (instancetype)exceptionWithLock: (id )lock { return [[[self alloc] initWithLock: lock] autorelease]; }