@@ -18,11 +18,13 @@ #include #import "OFAutoreleasePool.h" #import "OFArray.h" -#import "OFExceptions.h" + +#import "OFInitializationFailedException.h" +#import "OFNotImplementedException.h" #ifdef OF_THREADS # import "threading.h" static of_tlskey_t first_key, last_key; #else