ObjFW  Check-in [1af1677350]

Overview
Comment:Remove useless imports.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 1af16773501fcd8d1117ce6bb9902e812a2741140b066b22c323ca02cc751a4d
User & Date: js on 2011-09-20 19:06:58
Other Links: manifest | tags
Context
2011-09-20
21:57
Fix conflicting declarations in tests. check-in: 5e214166e1 user: js tags: trunk
19:06
Remove useless imports. check-in: 1af1677350 user: js tags: trunk
18:40
OFStreamObserver improvements. check-in: 47caef4f8a user: js tags: trunk
Changes

Modified src/OFStreamObserver_poll.m from [10244167cd] to [c77b1b02fd].

19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
#define __NO_EXT_QNX

#include <assert.h>
#include <unistd.h>
#include <poll.h>

#import "OFStreamObserver_poll.h"
#import "OFStream.h"
#import "OFArray.h"
#import "OFDictionary.h"
#import "OFDataArray.h"
#import "OFNumber.h"
#import "OFAutoreleasePool.h"

#import "OFOutOfRangeException.h"

@implementation OFStreamObserver_poll
- init
{







<
<
<

<







19
20
21
22
23
24
25



26

27
28
29
30
31
32
33
#define __NO_EXT_QNX

#include <assert.h>
#include <unistd.h>
#include <poll.h>

#import "OFStreamObserver_poll.h"



#import "OFDataArray.h"

#import "OFAutoreleasePool.h"

#import "OFOutOfRangeException.h"

@implementation OFStreamObserver_poll
- init
{

Modified src/OFStreamObserver_select.m from [2694d5248b] to [7d6a58ffc2].

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

#import "OFStreamObserver_select.h"
#import "OFStream.h"
#import "OFArray.h"
#import "OFNumber.h"
#import "OFAutoreleasePool.h"

@implementation OFStreamObserver_select
- init
{
	self = [super init];








<







21
22
23
24
25
26
27

28
29
30
31
32
33
34
#include <string.h>
#include <assert.h>
#include <unistd.h>

#import "OFStreamObserver_select.h"
#import "OFStream.h"
#import "OFArray.h"

#import "OFAutoreleasePool.h"

@implementation OFStreamObserver_select
- init
{
	self = [super init];