Remove extraneous includes/declarations
This commit is contained in:
parent
a02c297a09
commit
dabb1c6bcd
@ -72,8 +72,6 @@
|
|||||||
* or to the IRCClientChannel delegate as required.
|
* or to the IRCClientChannel delegate as required.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@class IRCClientChannel;
|
|
||||||
|
|
||||||
/**********************************************/
|
/**********************************************/
|
||||||
#pragma mark IRCClientSession class declaration
|
#pragma mark IRCClientSession class declaration
|
||||||
/**********************************************/
|
/**********************************************/
|
||||||
|
|||||||
@ -19,13 +19,12 @@
|
|||||||
|
|
||||||
#pragma mark Defines and includes
|
#pragma mark Defines and includes
|
||||||
|
|
||||||
#define IRCCLIENTVERSION "2.0"
|
#define IRCCLIENTVERSION "2.0a1"
|
||||||
|
|
||||||
#import "IRCClientSession.h"
|
#import "IRCClientSession.h"
|
||||||
#import "IRCClientChannel.h"
|
#import "IRCClientChannel.h"
|
||||||
#import "IRCClientChannel_Private.h"
|
#import "IRCClientChannel_Private.h"
|
||||||
#import "NSData+SA_NSDataExtensions.h"
|
#import "NSData+SA_NSDataExtensions.h"
|
||||||
#include "string.h"
|
|
||||||
|
|
||||||
#pragma mark - Callback function declarations
|
#pragma mark - Callback function declarations
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user