ObjFW  Diff

Differences From Artifact [abf6aee912]:

To Artifact [7f7aa6e96f]:


11
12
13
14
15
16
17

18
19
20
21
22
23
24

#include "config.h"

#include <string.h>

#import "OFDictionary.h"
#import "OFEnumerator.h"

#import "OFAutoreleasePool.h"
#import "OFExceptions.h"
#import "OFMacros.h"

#define BUCKET_SIZE sizeof(struct of_dictionary_bucket)

/* References for static linking */







>







11
12
13
14
15
16
17
18
19
20
21
22
23
24
25

#include "config.h"

#include <string.h>

#import "OFDictionary.h"
#import "OFEnumerator.h"
#import "OFArray.h"
#import "OFAutoreleasePool.h"
#import "OFExceptions.h"
#import "OFMacros.h"

#define BUCKET_SIZE sizeof(struct of_dictionary_bucket)

/* References for static linking */