ObjFW  Check-in [2d14df1979]

Overview
Comment:Add missing imports when using --disable-sockets
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 2d14df1979e6e1f69a1e7feba60efb9a2fb2abf4938b0c819cbabcc5be67d1ec
User & Date: js on 2024-02-27 21:06:42
Other Links: manifest | tags
Context
2024-02-28
00:24
Add OFZooArchive check-in: 9a95da71d5 user: js tags: trunk
2024-02-27
21:07
Add missing imports when using --disable-sockets check-in: 7234d82dff user: js tags: 1.0
21:06
Add missing imports when using --disable-sockets check-in: 2d14df1979 user: js tags: trunk
20:21
Minor documentation fix check-in: 402b0a26e6 user: js tags: trunk
Changes

Modified src/OFLHAArchive.m from [ac15e6d468] to [b00facb75e].

22
23
24
25
26
27
28

29
30
31
32
33
34
35
#import "OFLHAArchive.h"
#import "OFLHAArchiveEntry.h"
#import "OFLHAArchiveEntry+Private.h"
#import "OFArchiveIRIHandler.h"
#import "OFCRC16.h"
#import "OFIRI.h"
#import "OFIRIHandler.h"

#import "OFLHADecompressingStream.h"
#import "OFSeekableStream.h"
#import "OFStream.h"
#import "OFString.h"

#import "OFChecksumMismatchException.h"
#import "OFInvalidArgumentException.h"







>







22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
#import "OFLHAArchive.h"
#import "OFLHAArchiveEntry.h"
#import "OFLHAArchiveEntry+Private.h"
#import "OFArchiveIRIHandler.h"
#import "OFCRC16.h"
#import "OFIRI.h"
#import "OFIRIHandler.h"
#import "OFKernelEventObserver.h"
#import "OFLHADecompressingStream.h"
#import "OFSeekableStream.h"
#import "OFStream.h"
#import "OFString.h"

#import "OFChecksumMismatchException.h"
#import "OFInvalidArgumentException.h"

Modified src/OFTarArchive.m from [bbedb2f448] to [23e0c065c8].

22
23
24
25
26
27
28

29
30
31
32
33
34
35
#import "OFTarArchive.h"
#import "OFTarArchiveEntry.h"
#import "OFTarArchiveEntry+Private.h"
#import "OFArchiveIRIHandler.h"
#import "OFDate.h"
#import "OFIRI.h"
#import "OFIRIHandler.h"

#import "OFSeekableStream.h"
#import "OFStream.h"

#import "OFInvalidArgumentException.h"
#import "OFInvalidFormatException.h"
#import "OFNotOpenException.h"
#import "OFOutOfRangeException.h"







>







22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
#import "OFTarArchive.h"
#import "OFTarArchiveEntry.h"
#import "OFTarArchiveEntry+Private.h"
#import "OFArchiveIRIHandler.h"
#import "OFDate.h"
#import "OFIRI.h"
#import "OFIRIHandler.h"
#import "OFKernelEventObserver.h"
#import "OFSeekableStream.h"
#import "OFStream.h"

#import "OFInvalidArgumentException.h"
#import "OFInvalidFormatException.h"
#import "OFNotOpenException.h"
#import "OFOutOfRangeException.h"