ObjFW  Check-in [3df0629692]

Overview
Comment:Remove imports from ObjFW.h that don't exist anymore.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 3df0629692dfddceb753bdefcf17132dc960c027daea382ad33e2f28c7c4ea78
User & Date: js on 2011-12-12 20:17:46
Other Links: manifest | tags
Context
2011-12-12
22:55
objfw-compile: Allow -pthread. check-in: bcae0e5054 user: js tags: trunk
20:17
Remove imports from ObjFW.h that don't exist anymore. check-in: 3df0629692 user: js tags: trunk
13:32
Improve serialization of OFXMLElement. check-in: 0a083111c7 user: js tags: trunk
Changes

Modified src/ObjFW.h from [9489a60f19] to [fd38a7fbea].

60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
#import "OFXMLAttribute.h"
#import "OFXMLCharacters.h"
#import "OFXMLCDATA.h"
#import "OFXMLComment.h"
#import "OFXMLParser.h"
#import "OFXMLElementBuilder.h"

#import "OFFloatVector.h"
#import "OFFloatMatrix.h"
#import "OFDoubleVector.h"
#import "OFDoubleMatrix.h"

#import "OFSerialization.h"

#import "OFApplication.h"

#import "OFAllocFailedException.h"
#import "OFException.h"
#import "OFAcceptFailedException.h"







<
<
<
<
<







60
61
62
63
64
65
66





67
68
69
70
71
72
73
#import "OFXMLAttribute.h"
#import "OFXMLCharacters.h"
#import "OFXMLCDATA.h"
#import "OFXMLComment.h"
#import "OFXMLParser.h"
#import "OFXMLElementBuilder.h"






#import "OFSerialization.h"

#import "OFApplication.h"

#import "OFAllocFailedException.h"
#import "OFException.h"
#import "OFAcceptFailedException.h"