@@ -26,12 +26,10 @@ #import "OFPlugin.h" #import "OFString.h" #import "OFInitializationFailedException.h" -#import "autorelease.h" - #ifdef _WIN32 # define dlsym(handle, symbol) GetProcAddress(handle, symbol) # define dlclose(handle) FreeLibrary(handle) #endif