ObjFW  Check-in [04c6001659]

Overview
Comment:ObjFW.h: Fix missing import
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 04c60016591106cc5f002c312147107c404b6a9286166b2d0259a2856eec9430
User & Date: js on 2022-04-24 11:52:33
Other Links: manifest | tags
Context
2022-04-24
11:58
tests: Use /tmp for UNIX sockets on iOS check-in: 51a7aea28e user: js tags: trunk
11:52
ObjFW.h: Fix missing import check-in: 04c6001659 user: js tags: trunk
09:40
Reorder more declarations for consistency check-in: 7e1d2b5cd6 user: js tags: trunk
Changes

Modified src/ObjFW.h from [38cfe94969] to [8464263e58].

177
178
179
180
181
182
183

184
185
186
187
188
189
190
# import "OFGetCurrentDirectoryPathFailedException.h"
#endif
#import "OFGetOptionFailedException.h"
#ifdef OF_WINDOWS
# import "OFGetWindowsRegistryValueFailedException.h"
#endif
#import "OFHashAlreadyCalculatedException.h"

#ifdef OF_HAVE_SOCKETS
# import "OFHTTPRequestFailedException.h"
#endif
#import "OFInitializationFailedException.h"
#import "OFInvalidArgumentException.h"
#import "OFInvalidEncodingException.h"
#import "OFInvalidFormatException.h"







>







177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
# import "OFGetCurrentDirectoryPathFailedException.h"
#endif
#import "OFGetOptionFailedException.h"
#ifdef OF_WINDOWS
# import "OFGetWindowsRegistryValueFailedException.h"
#endif
#import "OFHashAlreadyCalculatedException.h"
#import "OFHashNotCalculatedException.h"
#ifdef OF_HAVE_SOCKETS
# import "OFHTTPRequestFailedException.h"
#endif
#import "OFInitializationFailedException.h"
#import "OFInvalidArgumentException.h"
#import "OFInvalidEncodingException.h"
#import "OFInvalidFormatException.h"