ObjFW  Check-in [47af750809]

Overview
Comment:Fix missing imports in Unicode table generator.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 47af750809c4798f74db4b6940870fc7289aa70e5a308e0e38d59dc9a2bc5c45
User & Date: js on 2010-01-16 15:21:01
Other Links: manifest | tags
Context
2010-01-16
15:22
Fix Makefiles forgotten in lib version bump. check-in: 5b43f00359 user: js tags: trunk
15:21
Fix missing imports in Unicode table generator. check-in: 47af750809 user: js tags: trunk
15:05
Reduce dependencies between headers. check-in: 1433aef0d0 user: js tags: trunk
Changes

Modified generators/TableGenerator.m from [d3a3fd7540] to [c30e56e683].

11
12
13
14
15
16
17


18
19
20
21
22
23
24

#include "config.h"

#include <stdio.h>
#include <stdlib.h>
#include <string.h>



#import "OFFile.h"
#import "OFAutoreleasePool.h"
#import "OFExceptions.h"

#import "TableGenerator.h"
#import "copyright.h"








>
>







11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26

#include "config.h"

#include <stdio.h>
#include <stdlib.h>
#include <string.h>

#import "OFString.h"
#import "OFArray.h"
#import "OFFile.h"
#import "OFAutoreleasePool.h"
#import "OFExceptions.h"

#import "TableGenerator.h"
#import "copyright.h"