@@ -25,11 +25,14 @@ #if defined(OF_APPLE_RUNTIME) && !defined(__OBJC2__) # import #endif #import "OFBlock.h" -#import "OFExceptions.h" + +#import "OFAllocFailedException.h" +#import "OFNotImplementedException.h" + #ifdef OF_ATOMIC_OPS # import "atomic.h" #endif #ifdef OF_THREADS # import "threading.h"