@@ -18,12 +18,10 @@ #import "OFThreadStartFailedException.h" #import "OFString.h" #import "OFThread.h" -#import "macros.h" - @implementation OFThreadStartFailedException + (instancetype)exceptionWithThread: (OFThread*)thread { return [[[self alloc] initWithThread: thread] autorelease]; }