@@ -26,13 +26,10 @@ #import "OFInvalidArgumentException.h" #import "OFInvalidFormatException.h" #import "OFOutOfMemoryException.h" -#import "autorelease.h" -#import "macros.h" - @implementation OFURL + (instancetype)URL { return [[[self alloc] init] autorelease]; }