Index: tests/ForwardingTests.m ================================================================== --- tests/ForwardingTests.m +++ tests/ForwardingTests.m @@ -17,15 +17,10 @@ #include "config.h" #include -#import "OFString.h" -#import "OFAutoreleasePool.h" - -#import "OFNotImplementedException.h" - #import "TestsAppDelegate.h" #define FMT @"%@ %@ %@ %@ %@ %@ %@ %@ %@ %g %g %g %g %g %g %g %g %g" #define ARGS @"a", @"b", @"c", @"d", @"e", @"f", @"g", @"h", @"i", \ 1.5, 2.25, 3.125, 4.0625, 5.03125, 6.5, 7.25, 8.0, 9.0 Index: tests/OFASN1DERValueTests.m ================================================================== --- tests/OFASN1DERValueTests.m +++ tests/OFASN1DERValueTests.m @@ -15,34 +15,12 @@ * file. */ #include "config.h" -#import "OFData.h" -#import "OFASN1BitString.h" -#import "OFASN1Boolean.h" -#import "OFASN1IA5String.h" -#import "OFASN1Integer.h" -#import "OFASN1NumericString.h" -#import "OFASN1ObjectIdentifier.h" -#import "OFASN1OctetString.h" -#import "OFASN1PrintableString.h" -#import "OFASN1UTF8String.h" -#import "OFArray.h" -#import "OFNull.h" -#import "OFNumber.h" -#import "OFSet.h" -#import "OFString.h" -#import "OFAutoreleasePool.h" - #import "TestsAppDelegate.h" -#import "OFInvalidEncodingException.h" -#import "OFInvalidFormatException.h" -#import "OFOutOfRangeException.h" -#import "OFTruncatedDataException.h" - static OFString *module = @"OFData+ASN1DERValue"; @implementation TestsAppDelegate (OFASN1DERValueTests) - (void)ASN1DERValueTests { Index: tests/OFArrayTests.m ================================================================== --- tests/OFArrayTests.m +++ tests/OFArrayTests.m @@ -15,19 +15,10 @@ * file. */ #include "config.h" -#import "OFArray.h" -#import "OFString.h" -#import "OFNumber.h" -#import "OFURL.h" -#import "OFAutoreleasePool.h" - -#import "OFEnumerationMutationException.h" -#import "OFOutOfRangeException.h" - #import "TestsAppDelegate.h" static OFString *module = nil; static OFString *c_ary[] = { @"Foo", Index: tests/OFBlockTests.m ================================================================== --- tests/OFBlockTests.m +++ tests/OFBlockTests.m @@ -15,20 +15,10 @@ * file. */ #include "config.h" -#import "OFBlock.h" -#import "OFString.h" -#import "OFAutoreleasePool.h" - -#if defined(OF_OBJFW_RUNTIME) -# include "ObjFW_RT.h" -#elif defined(OF_APPLE_RUNTIME) -# include -#endif - #import "TestsAppDelegate.h" static OFString *module = @"OFBlock"; extern struct objc_abi_class _NSConcreteStackBlock; Index: tests/OFCharacterSetTests.m ================================================================== --- tests/OFCharacterSetTests.m +++ tests/OFCharacterSetTests.m @@ -15,16 +15,14 @@ * file. */ #include "config.h" -#import "OFCharacterSet.h" +#import "TestsAppDelegate.h" + #import "OFCharacterSet_bitset.h" #import "OFCharacterSet_range.h" -#import "OFAutoreleasePool.h" - -#import "TestsAppDelegate.h" static OFString *module = nil; @interface SimpleCharacterSet: OFCharacterSet @end Index: tests/OFDNSResolverTests.m ================================================================== --- tests/OFDNSResolverTests.m +++ tests/OFDNSResolverTests.m @@ -15,16 +15,10 @@ * file. */ #include "config.h" -#import "OFDNSResolver.h" -#import "OFArray.h" -#import "OFDictionary.h" -#import "OFString.h" -#import "OFAutoreleasePool.h" - #import "TestsAppDelegate.h" static OFString *module = @"OFDNSResolverTests"; @implementation TestsAppDelegate (OFDNSResolverTests) Index: tests/OFDataTests.m ================================================================== --- tests/OFDataTests.m +++ tests/OFDataTests.m @@ -17,17 +17,10 @@ #include "config.h" #include -#import "OFData.h" -#import "OFString.h" -#import "OFAutoreleasePool.h" - -#import "OFInvalidArgumentException.h" -#import "OFOutOfRangeException.h" - #import "TestsAppDelegate.h" static OFString *module = @"OFData"; const char *str = "Hello!"; Index: tests/OFDateTests.m ================================================================== --- tests/OFDateTests.m +++ tests/OFDateTests.m @@ -17,18 +17,10 @@ #include "config.h" #include -#import "OFDate.h" -#import "OFString.h" -#import "OFAutoreleasePool.h" - -#import "OFInvalidFormatException.h" - -#import "of_strptime.h" - #import "TestsAppDelegate.h" static OFString *module = @"OFDate"; @implementation TestsAppDelegate (OFDateTests) Index: tests/OFDictionaryTests.m ================================================================== --- tests/OFDictionaryTests.m +++ tests/OFDictionaryTests.m @@ -15,19 +15,10 @@ * file. */ #include "config.h" -#import "OFDictionary.h" -#import "OFString.h" -#import "OFArray.h" -#import "OFNumber.h" -#import "OFAutoreleasePool.h" - -#import "OFEnumerationMutationException.h" -#import "OFUndefinedKeyException.h" - #import "TestsAppDelegate.h" static OFString *module = nil; static OFString *keys[] = { @"key1", Index: tests/OFHMACTests.m ================================================================== --- tests/OFHMACTests.m +++ tests/OFHMACTests.m @@ -17,24 +17,10 @@ #include "config.h" #include -#import "OFHMAC.h" -#import "OFString.h" -#import "OFFile.h" -#import "OFMD5Hash.h" -#import "OFSHA1Hash.h" -#import "OFRIPEMD160Hash.h" -#import "OFSHA256Hash.h" -#import "OFSHA384Hash.h" -#import "OFSHA512Hash.h" -#import "OFAutoreleasePool.h" - -#import "OFHashAlreadyCalculatedException.h" -#import "OFInvalidArgumentException.h" - #import "TestsAppDelegate.h" static OFString *module = @"OFHMAC"; static const uint8_t key[] = "yM9h8K6IWnJRvxC/0F8XRWG7RnACDBz8wqK2tbXrYVLoKC3vPLeJikyJSM47tVHc" Index: tests/OFHTTPClientTests.m ================================================================== --- tests/OFHTTPClientTests.m +++ tests/OFHTTPClientTests.m @@ -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; Index: tests/OFHTTPCookieManagerTests.m ================================================================== --- tests/OFHTTPCookieManagerTests.m +++ tests/OFHTTPCookieManagerTests.m @@ -15,17 +15,10 @@ * file. */ #include "config.h" -#import "OFHTTPCookieManager.h" -#import "OFArray.h" -#import "OFDate.h" -#import "OFHTTPCookie.h" -#import "OFURL.h" -#import "OFAutoreleasePool.h" - #import "TestsAppDelegate.h" static OFString *module = @"OFHTTPCookieManager"; @implementation TestsAppDelegate (OFHTTPCookieManagerTests) Index: tests/OFHTTPCookieTests.m ================================================================== --- tests/OFHTTPCookieTests.m +++ tests/OFHTTPCookieTests.m @@ -15,17 +15,10 @@ * file. */ #include "config.h" -#import "OFHTTPCookie.h" -#import "OFArray.h" -#import "OFDate.h" -#import "OFDictionary.h" -#import "OFURL.h" -#import "OFAutoreleasePool.h" - #import "TestsAppDelegate.h" static OFString *module = @"OFHTTPCookie"; @implementation TestsAppDelegate (OFHTTPCookieTests) Index: tests/OFINIFileTests.m ================================================================== --- tests/OFINIFileTests.m +++ tests/OFINIFileTests.m @@ -15,19 +15,10 @@ * file. */ #include "config.h" -#import "OFINIFile.h" -#import "OFINICategory.h" -#import "OFString.h" -#import "OFArray.h" -#import "OFDictionary.h" -#import "OFFile.h" -#import "OFFileManager.h" -#import "OFAutoreleasePool.h" - #import "TestsAppDelegate.h" static OFString *module = @"OFINIFile"; @implementation TestsAppDelegate (OFINIFileTests) Index: tests/OFInvocationTests.m ================================================================== --- tests/OFInvocationTests.m +++ tests/OFInvocationTests.m @@ -22,14 +22,10 @@ #if defined(HAVE_COMPLEX_H) && !defined(__STDC_NO_COMPLEX__) # include #endif -#import "OFInvocation.h" -#import "OFMethodSignature.h" -#import "OFAutoreleasePool.h" - #import "TestsAppDelegate.h" static OFString *module = @"OFInvocation"; struct test_struct { Index: tests/OFJSONTests.m ================================================================== --- tests/OFJSONTests.m +++ tests/OFJSONTests.m @@ -15,19 +15,10 @@ * file. */ #include "config.h" -#import "OFString.h" -#import "OFArray.h" -#import "OFDictionary.h" -#import "OFNumber.h" -#import "OFNull.h" -#import "OFAutoreleasePool.h" - -#import "OFInvalidJSONException.h" - #import "TestsAppDelegate.h" static OFString *module = @"OFJSON"; @implementation TestsAppDelegate (JSONTests) Index: tests/OFKernelEventObserverTests.m ================================================================== --- tests/OFKernelEventObserverTests.m +++ tests/OFKernelEventObserverTests.m @@ -15,16 +15,10 @@ * file. */ #include "config.h" -#import "OFKernelEventObserver.h" -#import "OFString.h" -#import "OFDate.h" -#import "OFTCPSocket.h" -#import "OFAutoreleasePool.h" - #ifdef HAVE_KQUEUE # import "OFKernelEventObserver_kqueue.h" #endif #ifdef HAVE_EPOLL # import "OFKernelEventObserver_epoll.h" Index: tests/OFListTests.m ================================================================== --- tests/OFListTests.m +++ tests/OFListTests.m @@ -15,16 +15,10 @@ * file. */ #include "config.h" -#import "OFList.h" -#import "OFString.h" -#import "OFAutoreleasePool.h" - -#import "OFEnumerationMutationException.h" - #import "TestsAppDelegate.h" static OFString *module = @"OFList"; static OFString *strings[] = { @"Foo", Index: tests/OFLocaleTests.m ================================================================== --- tests/OFLocaleTests.m +++ tests/OFLocaleTests.m @@ -15,13 +15,10 @@ * file. */ #include "config.h" -#import "OFLocale.h" -#import "OFAutoreleasePool.h" - #import "TestsAppDelegate.h" static OFString *module = @"OFLocale"; @implementation TestsAppDelegate (OFLocaleTests) Index: tests/OFMD5HashTests.m ================================================================== --- tests/OFMD5HashTests.m +++ tests/OFMD5HashTests.m @@ -17,17 +17,10 @@ #include "config.h" #include -#import "OFMD5Hash.h" -#import "OFString.h" -#import "OFFile.h" -#import "OFAutoreleasePool.h" - -#import "OFHashAlreadyCalculatedException.h" - #import "TestsAppDelegate.h" static OFString *module = @"OFMD5Hash"; const uint8_t testfile_md5[16] = Index: tests/OFMethodSignatureTests.m ================================================================== --- tests/OFMethodSignatureTests.m +++ tests/OFMethodSignatureTests.m @@ -21,15 +21,10 @@ #if !defined(__STDC_NO_COMPLEX__) && defined(HAVE_COMPLEX_H) # include #endif -#import "OFMethodSignature.h" -#import "OFAutoreleasePool.h" - -#import "OFInvalidFormatException.h" - #import "TestsAppDelegate.h" static OFString *module = @"OFMethodSignature"; struct test1_struct { Index: tests/OFNumberTests.m ================================================================== --- tests/OFNumberTests.m +++ tests/OFNumberTests.m @@ -15,14 +15,10 @@ * file. */ #include "config.h" -#import "OFString.h" -#import "OFNumber.h" -#import "OFAutoreleasePool.h" - #import "TestsAppDelegate.h" static OFString *module = @"OFNumber"; @implementation TestsAppDelegate (OFNumberTests) Index: tests/OFObjectTests.m ================================================================== --- tests/OFObjectTests.m +++ tests/OFObjectTests.m @@ -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 Index: tests/OFPluginTests.m ================================================================== --- tests/OFPluginTests.m +++ tests/OFPluginTests.m @@ -15,14 +15,10 @@ * file. */ #include "config.h" -#import "OFPlugin.h" -#import "OFString.h" -#import "OFAutoreleasePool.h" - #import "TestsAppDelegate.h" #import "plugin/TestPlugin.h" #ifndef OF_IOS Index: tests/OFPropertyListTests.m ================================================================== --- tests/OFPropertyListTests.m +++ tests/OFPropertyListTests.m @@ -15,21 +15,10 @@ * file. */ #include "config.h" -#import "OFString.h" -#import "OFArray.h" -#import "OFData.h" -#import "OFDate.h" -#import "OFDictionary.h" -#import "OFNumber.h" -#import "OFAutoreleasePool.h" - -#import "OFInvalidFormatException.h" -#import "OFUnsupportedVersionException.h" - #import "TestsAppDelegate.h" #define PLIST(x) \ @"" \ @" -#import "OFRIPEMD160Hash.h" -#import "OFString.h" -#import "OFFile.h" -#import "OFAutoreleasePool.h" - -#import "OFHashAlreadyCalculatedException.h" - #import "TestsAppDelegate.h" static OFString *module = @"OFRIPEMD160Hash"; const uint8_t testfile_rmd160[20] = Index: tests/OFSHA1HashTests.m ================================================================== --- tests/OFSHA1HashTests.m +++ tests/OFSHA1HashTests.m @@ -17,17 +17,10 @@ #include "config.h" #include -#import "OFSHA1Hash.h" -#import "OFString.h" -#import "OFFile.h" -#import "OFAutoreleasePool.h" - -#import "OFHashAlreadyCalculatedException.h" - #import "TestsAppDelegate.h" static OFString *module = @"OFSHA1Hash"; const uint8_t testfile_sha1[20] = Index: tests/OFSHA224HashTests.m ================================================================== --- tests/OFSHA224HashTests.m +++ tests/OFSHA224HashTests.m @@ -17,17 +17,10 @@ #include "config.h" #include -#import "OFSHA224Hash.h" -#import "OFString.h" -#import "OFFile.h" -#import "OFAutoreleasePool.h" - -#import "OFHashAlreadyCalculatedException.h" - #import "TestsAppDelegate.h" static OFString *module = @"OFSHA224Hash"; const uint8_t testfile_sha224[28] = Index: tests/OFSHA256HashTests.m ================================================================== --- tests/OFSHA256HashTests.m +++ tests/OFSHA256HashTests.m @@ -17,17 +17,10 @@ #include "config.h" #include -#import "OFSHA256Hash.h" -#import "OFString.h" -#import "OFFile.h" -#import "OFAutoreleasePool.h" - -#import "OFHashAlreadyCalculatedException.h" - #import "TestsAppDelegate.h" static OFString *module = @"OFSHA256Hash"; const uint8_t testfile_sha256[32] = Index: tests/OFSHA384HashTests.m ================================================================== --- tests/OFSHA384HashTests.m +++ tests/OFSHA384HashTests.m @@ -17,17 +17,10 @@ #include "config.h" #include -#import "OFSHA384Hash.h" -#import "OFString.h" -#import "OFFile.h" -#import "OFAutoreleasePool.h" - -#import "OFHashAlreadyCalculatedException.h" - #import "TestsAppDelegate.h" static OFString *module = @"OFSHA384Hash"; const uint8_t testfile_sha384[48] = Index: tests/OFSHA512HashTests.m ================================================================== --- tests/OFSHA512HashTests.m +++ tests/OFSHA512HashTests.m @@ -17,17 +17,10 @@ #include "config.h" #include -#import "OFSHA512Hash.h" -#import "OFString.h" -#import "OFFile.h" -#import "OFAutoreleasePool.h" - -#import "OFHashAlreadyCalculatedException.h" - #import "TestsAppDelegate.h" static OFString *module = @"OFSHA512Hash"; const uint8_t testfile_sha512[64] = Index: tests/OFSerializationTests.m ================================================================== --- tests/OFSerializationTests.m +++ tests/OFSerializationTests.m @@ -15,24 +15,10 @@ * file. */ #include "config.h" -#import "OFSerialization.h" -#import "OFString.h" -#import "OFArray.h" -#import "OFDictionary.h" -#import "OFSet.h" -#import "OFCountedSet.h" -#import "OFList.h" -#import "OFNumber.h" -#import "OFDate.h" -#import "OFURL.h" -#import "OFData.h" -#import "OFAutoreleasePool.h" -#import "OFXMLElement.h" - #import "TestsAppDelegate.h" static OFString *module = @"OFSerialization"; @implementation TestsAppDelegate (OFSerializationTests) Index: tests/OFSetTests.m ================================================================== --- tests/OFSetTests.m +++ tests/OFSetTests.m @@ -15,20 +15,14 @@ * file. */ #include "config.h" -#import "OFSet.h" -#import "OFArray.h" +#import "TestsAppDelegate.h" + #import "OFMutableSet_hashtable.h" -#import "OFNumber.h" #import "OFSet_hashtable.h" -#import "OFAutoreleasePool.h" - -#import "OFEnumerationMutationException.h" - -#import "TestsAppDelegate.h" static OFString *module = nil; @interface SimpleSet: OFSet { Index: tests/OFStreamTests.m ================================================================== --- tests/OFStreamTests.m +++ tests/OFStreamTests.m @@ -15,17 +15,10 @@ * file. */ #include "config.h" -#include - -#import "OFStream.h" -#import "OFString.h" -#import "OFSystemInfo.h" -#import "OFAutoreleasePool.h" - #import "TestsAppDelegate.h" static OFString *module = @"OFStream"; @interface StreamTester: OFStream Index: tests/OFStringTests.m ================================================================== --- tests/OFStringTests.m +++ tests/OFStringTests.m @@ -19,24 +19,13 @@ #include #include #include -#import "OFString.h" -#import "OFMutableString_UTF8.h" -#import "OFArray.h" -#import "OFCharacterSet.h" -#import "OFURL.h" -#import "OFAutoreleasePool.h" - -#import "OFInvalidArgumentException.h" -#import "OFInvalidEncodingException.h" -#import "OFInvalidFormatException.h" -#import "OFOutOfRangeException.h" -#import "OFUnknownXMLEntityException.h" - #import "TestsAppDelegate.h" + +#import "OFMutableString_UTF8.h" static OFString *module = nil; static OFString *whitespace[] = { @" \r \t\n\t \tasd \t \t\t\r\n", @" \t\t \t\t \t \t" Index: tests/OFSystemInfoTests.m ================================================================== --- tests/OFSystemInfoTests.m +++ tests/OFSystemInfoTests.m @@ -15,17 +15,12 @@ * file. */ #include "config.h" -#import "OFSystemInfo.h" -#import "OFAutoreleasePool.h" - #import "TestsAppDelegate.h" -#import "OFNotImplementedException.h" - static OFString *module = @"OFSystemInfo"; @implementation TestsAppDelegate (OFSystemInfoTests) - (void)systemInfoTests { Index: tests/OFTCPSocketTests.m ================================================================== --- tests/OFTCPSocketTests.m +++ tests/OFTCPSocketTests.m @@ -17,14 +17,10 @@ #include "config.h" #include -#import "OFTCPSocket.h" -#import "OFString.h" -#import "OFAutoreleasePool.h" - #import "TestsAppDelegate.h" static OFString *module = @"OFTCPSocket"; @implementation TestsAppDelegate (OFTCPSocketTests) Index: tests/OFThreadTests.m ================================================================== --- tests/OFThreadTests.m +++ tests/OFThreadTests.m @@ -15,15 +15,10 @@ * file. */ #include "config.h" -#import "OFThread.h" -#import "OFString.h" -#import "OFDictionary.h" -#import "OFAutoreleasePool.h" - #import "TestsAppDelegate.h" static OFString *module = @"OFThread"; @interface TestThread: OFThread Index: tests/OFUDPSocketTests.m ================================================================== --- tests/OFUDPSocketTests.m +++ tests/OFUDPSocketTests.m @@ -17,14 +17,10 @@ #include "config.h" #include -#import "OFUDPSocket.h" -#import "OFString.h" -#import "OFAutoreleasePool.h" - #import "TestsAppDelegate.h" static OFString *module = @"OFUDPSocket"; @implementation TestsAppDelegate (OFUDPSocketTests) Index: tests/OFURLTests.m ================================================================== --- tests/OFURLTests.m +++ tests/OFURLTests.m @@ -15,21 +15,10 @@ * file. */ #include "config.h" -#import "OFURL.h" -#import "OFArray.h" -#ifdef OF_HAVE_FILES -# import "OFFileManager.h" -#endif -#import "OFNumber.h" -#import "OFString.h" -#import "OFAutoreleasePool.h" - -#import "OFInvalidFormatException.h" - #import "TestsAppDelegate.h" static OFString *module = @"OFURL"; static OFString *url_str = @"ht%3atp://us%3Aer:p%40w@ho%3Ast:1234/" @"pa%3Fth?que%23ry#frag%23ment"; Index: tests/OFValueTests.m ================================================================== --- tests/OFValueTests.m +++ tests/OFValueTests.m @@ -17,15 +17,10 @@ #include "config.h" #include -#import "OFValue.h" -#import "OFAutoreleasePool.h" - -#import "OFOutOfRangeException.h" - #import "TestsAppDelegate.h" static OFString *module = @"OFValue"; @implementation TestsAppDelegate (OFValueTests) Index: tests/OFWindowsRegistryKeyTests.m ================================================================== --- tests/OFWindowsRegistryKeyTests.m +++ tests/OFWindowsRegistryKeyTests.m @@ -15,14 +15,10 @@ * file. */ #include "config.h" -#import "OFWindowsRegistryKey.h" -#import "OFData.h" -#import "OFAutoreleasePool.h" - #import "TestsAppDelegate.h" static OFString *module = @"OFWindowsRegistryKey"; @implementation TestsAppDelegate (OFWindowsRegistryKeyTests) Index: tests/OFXMLElementBuilderTests.m ================================================================== --- tests/OFXMLElementBuilderTests.m +++ tests/OFXMLElementBuilderTests.m @@ -15,15 +15,10 @@ * file. */ #include "config.h" -#import "OFXMLElement.h" -#import "OFXMLParser.h" -#import "OFXMLElementBuilder.h" -#import "OFAutoreleasePool.h" - #import "TestsAppDelegate.h" static OFString *module = @"OFXMLElementBuilder"; static OFXMLNode *nodes[2]; static size_t i = 0; Index: tests/OFXMLNodeTests.m ================================================================== --- tests/OFXMLNodeTests.m +++ tests/OFXMLNodeTests.m @@ -15,18 +15,10 @@ * file. */ #include "config.h" -#import "OFXMLElement.h" -#import "OFXMLCharacters.h" -#import "OFXMLCDATA.h" -#import "OFXMLComment.h" -#import "OFString.h" -#import "OFArray.h" -#import "OFAutoreleasePool.h" - #import "TestsAppDelegate.h" static OFString *module = @"OFXMLNode"; @implementation TestsAppDelegate (OFXMLNodeTests) Index: tests/OFXMLParserTests.m ================================================================== --- tests/OFXMLParserTests.m +++ tests/OFXMLParserTests.m @@ -18,18 +18,10 @@ #include "config.h" #include #include -#import "OFXMLParser.h" -#import "OFString.h" -#import "OFArray.h" -#import "OFAutoreleasePool.h" - -#import "OFInvalidEncodingException.h" -#import "OFMalformedXMLException.h" - #import "TestsAppDelegate.h" static OFString *module = @"OFXMLParser"; static int i = 0; Index: tests/PBKDF2Tests.m ================================================================== --- tests/PBKDF2Tests.m +++ tests/PBKDF2Tests.m @@ -17,17 +17,10 @@ #include "config.h" #include -#import "OFHMAC.h" -#import "OFSHA1Hash.h" -#import "OFString.h" -#import "OFAutoreleasePool.h" - -#import "pbkdf2.h" - #import "TestsAppDelegate.h" static OFString *module = @"PBKDF2"; @implementation TestsAppDelegate (PBKDF2Tests) Index: tests/RuntimeTests.m ================================================================== --- tests/RuntimeTests.m +++ tests/RuntimeTests.m @@ -15,15 +15,10 @@ * file. */ #include "config.h" -#import "OFString.h" -#import "OFAutoreleasePool.h" - -#import "OFNotImplementedException.h" - #import "TestsAppDelegate.h" static OFString *module = @"Runtime"; @interface OFObject (SuperTest) Index: tests/ScryptTests.m ================================================================== --- tests/ScryptTests.m +++ tests/ScryptTests.m @@ -17,15 +17,10 @@ #include "config.h" #include -#import "OFString.h" -#import "OFAutoreleasePool.h" - -#import "scrypt.h" - #import "TestsAppDelegate.h" static OFString *module = @"scrypt"; /* Test vectors form RFC 7914 */ static const unsigned char salsa20Input[64] = { Index: tests/SocketTests.m ================================================================== --- tests/SocketTests.m +++ tests/SocketTests.m @@ -15,19 +15,12 @@ * file. */ #include "config.h" -#import "OFString.h" -#import "OFAutoreleasePool.h" - -#import "OFInvalidFormatException.h" - #import "TestsAppDelegate.h" -#import "socket.h" - #define COMPARE_V6(a, a0, a1, a2, a3, a4, a5, a6, a7) \ (a.sockaddr.in6.sin6_addr.s6_addr[0] == (a0 >> 8) && \ a.sockaddr.in6.sin6_addr.s6_addr[1] == (a0 & 0xFF) && \ a.sockaddr.in6.sin6_addr.s6_addr[2] == (a1 >> 8) && \ a.sockaddr.in6.sin6_addr.s6_addr[3] == (a1 & 0xFF) && \ Index: tests/TestsAppDelegate.h ================================================================== --- tests/TestsAppDelegate.h +++ tests/TestsAppDelegate.h @@ -13,12 +13,11 @@ * Public License, either version 2 or 3, which can be found in the file * LICENSE.GPLv2 or LICENSE.GPLv3 respectively included in the packaging of this * file. */ -#import "OFApplication.h" -#import "OFXMLElementBuilder.h" +#import "ObjFW.h" #define TEST(test, ...) \ { \ [self outputTesting: test \ inModule: module]; \ Index: tests/TestsAppDelegate.m ================================================================== --- tests/TestsAppDelegate.m +++ tests/TestsAppDelegate.m @@ -17,12 +17,10 @@ #include "config.h" #include -#import "ObjFW.h" - #import "TestsAppDelegate.h" #if defined(STDOUT) && (defined(OF_WINDOWS) || defined(OF_MSDOS) || \ defined(OF_IOS)) # undef STDOUT