@@ -18,24 +18,10 @@ #include "config.h" #include #include -#import "OFHTTPClient.h" -#import "OFCondition.h" -#import "OFData.h" -#import "OFDate.h" -#import "OFDictionary.h" -#import "OFHTTPRequest.h" -#import "OFHTTPResponse.h" -#import "OFRunLoop.h" -#import "OFString.h" -#import "OFTCPSocket.h" -#import "OFThread.h" -#import "OFURL.h" -#import "OFAutoreleasePool.h" - #import "TestsAppDelegate.h" static OFString *module = @"OFHTTPClient"; static OFCondition *cond; static OFHTTPResponse *response = nil;