ObjFW  Check-in [7125cf2eaa]

Overview
Comment:ObjFW.h: Remove leftover #import
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | asn1
Files: files | file ages | folders
SHA3-256: 7125cf2eaab127c6d262867917593ecdb6d7549fa70f2f293c437ff86403ca20
User & Date: js on 2024-01-14 18:06:15
Other Links: branch diff | manifest | tags
Context
2024-02-11
22:43
Merge branch "objfwtest" into "asn1" check-in: bf4b06cecd user: js tags: asn1
2024-01-14
18:06
ObjFW.h: Remove leftover #import check-in: 7125cf2eaa user: js tags: asn1
15:46
Replace OFASN1UTF8String with OFString check-in: d11d5f38db user: js tags: asn1
Changes

Modified src/ObjFW.h from [6948577d81] to [28127cd4cc].

147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
#import "OFASN1BitString.h"
#import "OFASN1Enumerated.h"
#import "OFASN1IA5String.h"
#import "OFASN1NumericString.h"
#import "OFASN1ObjectIdentifier.h"
#import "OFASN1OctetString.h"
#import "OFASN1PrintableString.h"
#import "OFASN1UTF8String.h"
#import "OFASN1Value.h"

#import "OFAllocFailedException.h"
#import "OFAlreadyOpenException.h"
#import "OFException.h"
#import "OFChangeCurrentDirectoryFailedException.h"
#import "OFChecksumMismatchException.h"







<







147
148
149
150
151
152
153

154
155
156
157
158
159
160
#import "OFASN1BitString.h"
#import "OFASN1Enumerated.h"
#import "OFASN1IA5String.h"
#import "OFASN1NumericString.h"
#import "OFASN1ObjectIdentifier.h"
#import "OFASN1OctetString.h"
#import "OFASN1PrintableString.h"

#import "OFASN1Value.h"

#import "OFAllocFailedException.h"
#import "OFAlreadyOpenException.h"
#import "OFException.h"
#import "OFChangeCurrentDirectoryFailedException.h"
#import "OFChecksumMismatchException.h"