ObjFW  Check-in [27500362e7]

Overview
Comment:Change the order of includes to satisfy newer MinGW versions.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 27500362e7880ac1e59d034f987094a7d5670e20ef64222750dce4e12bbfdbee
User & Date: js on 2011-10-12 15:10:09
Other Links: manifest | tags
Context
2011-10-16
19:41
Add introspection for instance variables. check-in: 93a3badbb7 user: js tags: trunk
2011-10-12
15:10
Change the order of includes to satisfy newer MinGW versions. check-in: 27500362e7 user: js tags: trunk
14:57
Update buildsys. check-in: 24ea7eb831 user: js tags: trunk
Changes

Modified tests/OFHTTPRequestTests.m from [270eb19232] to [fbffb128e4].

20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
#include <string.h>
#include <time.h>

#include <assert.h>

#import "OFHTTPRequest.h"
#import "OFString.h"
#import "OFThread.h"
#import "OFTCPSocket.h"
#import "OFURL.h"
#import "OFDictionary.h"
#import "OFAutoreleasePool.h"

#import "TestsAppDelegate.h"

static OFString *module = @"OFHTTPRequest";







|
|







20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
#include <string.h>
#include <time.h>

#include <assert.h>

#import "OFHTTPRequest.h"
#import "OFString.h"
#import "OFTCPSocket.h"
#import "OFThread.h"
#import "OFURL.h"
#import "OFDictionary.h"
#import "OFAutoreleasePool.h"

#import "TestsAppDelegate.h"

static OFString *module = @"OFHTTPRequest";