@@ -15,19 +15,10 @@ * file. */ #include "config.h" -#import "OFString.h" -#import "OFNumber.h" -#import "OFAutoreleasePool.h" - -#import "OFInvalidArgumentException.h" -#import "OFMemoryNotPartOfObjectException.h" -#import "OFOutOfMemoryException.h" -#import "OFUndefinedKeyException.h" - #import "TestsAppDelegate.h" #if (defined(OF_DRAGONFLYBSD) && defined(__LP64__)) || defined(OF_NINTENDO_3DS) # define TOO_BIG (SIZE_MAX / 3) #else