@@ -24,11 +24,13 @@ #endif #import "OFPlugin.h" #import "OFString.h" #import "OFAutoreleasePool.h" -#import "OFExceptions.h" + +#import "OFInitializationFailedException.h" +#import "OFNotImplementedException.h" #ifdef _WIN32 # define dlopen(file, mode) LoadLibrary(file) # define dlsym(handle, symbol) GetProcAddress(handle, symbol) # define dlclose(handle) FreeLibrary(handle)