@@ -14,11 +14,9 @@ * file. */ #import "OFAutoreleasePool.h" -#import "macros.h" - @interface OFAutoreleasePool (OF_PRIVATE_CATEGORY) + (void)OF_handleThreadTermination; - (void)OF_super_dealloc; @end