ObjFW  Check-in [c6a65ca7a6]

Overview
Comment:Add missing includes.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: c6a65ca7a689eb19f1527c47a298831d7f78d519c5c8edf252007894c2900ec2
User & Date: js on 2013-09-29 16:25:25
Other Links: manifest | tags
Context
2013-09-29
16:26
Remove an _Unwind_DeleteException call. check-in: 6dcd43ed6c user: js tags: trunk
16:25
Add missing includes. check-in: c6a65ca7a6 user: js tags: trunk
2013-09-28
15:25
OFHTTP{Client,Server}: Handle all request methods. check-in: 7be34d8c40 user: js tags: trunk
Changes

Modified src/OFMutableDictionary.m from [09dfaa10d0] to [b32f46f782].

15
16
17
18
19
20
21

22
23
24
25
26
27
28
 */

#include "config.h"

#include <stdlib.h>

#import "OFMutableDictionary_hashtable.h"


#import "autorelease.h"

static struct {
	Class isa;
} placeholder;








>







15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
 */

#include "config.h"

#include <stdlib.h>

#import "OFMutableDictionary_hashtable.h"
#import "OFArray.h"

#import "autorelease.h"

static struct {
	Class isa;
} placeholder;

Modified src/OFZIPArchive.m from [fe6bfd47af] to [27f1943d33].

17
18
19
20
21
22
23

24
25
26
27
28
29
30
#include "config.h"

#include <stdio.h>

#import "OFZIPArchive.h"
#import "OFZIPArchiveEntry.h"
#import "OFZIPArchiveEntry+Private.h"

#import "OFDictionary.h"
#import "OFFile.h"

#import "OFChecksumFailedException.h"
#import "OFInvalidArgumentException.h"
#import "OFInvalidFormatException.h"
#import "OFNotImplementedException.h"







>







17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#include "config.h"

#include <stdio.h>

#import "OFZIPArchive.h"
#import "OFZIPArchiveEntry.h"
#import "OFZIPArchiveEntry+Private.h"
#import "OFDataArray.h"
#import "OFDictionary.h"
#import "OFFile.h"

#import "OFChecksumFailedException.h"
#import "OFInvalidArgumentException.h"
#import "OFInvalidFormatException.h"
#import "OFNotImplementedException.h"