ObjFW  Diff

Differences From Artifact [6922597523]:

To Artifact [51f9346050]:


22
23
24
25
26
27
28

29
30
31
32
33
34
35
36
37
38
39

#include <assert.h>

#include <sys/time.h>

#import "OFObject.h"
#import "OFTimer.h"

#ifdef OF_HAVE_THREADS
# import "OFThread.h"
#endif
#import "OFRunLoop.h"
#import "OFAutoreleasePool.h"

#import "OFAllocFailedException.h"
#import "OFEnumerationMutationException.h"
#import "OFInitializationFailedException.h"
#import "OFInvalidArgumentException.h"
#import "OFMemoryNotPartOfObjectException.h"







>



<







22
23
24
25
26
27
28
29
30
31
32

33
34
35
36
37
38
39

#include <assert.h>

#include <sys/time.h>

#import "OFObject.h"
#import "OFTimer.h"
#import "OFRunLoop.h"
#ifdef OF_HAVE_THREADS
# import "OFThread.h"
#endif

#import "OFAutoreleasePool.h"

#import "OFAllocFailedException.h"
#import "OFEnumerationMutationException.h"
#import "OFInitializationFailedException.h"
#import "OFInvalidArgumentException.h"
#import "OFMemoryNotPartOfObjectException.h"