Explorar el Código

Remove extraneous includes/declarations

master
achmizs hace 10 años
padre
commit
dabb1c6bcd
Se han modificado 2 ficheros con 1 adiciones y 4 borrados
  1. 0
    2
      IRCClient/IRCClientSession.h
  2. 1
    2
      IRCClient/IRCClientSession.m

+ 0
- 2
IRCClient/IRCClientSession.h Ver fichero

@@ -72,8 +72,6 @@
* or to the IRCClientChannel delegate as required.
*/

@class IRCClientChannel;

/**********************************************/
#pragma mark IRCClientSession class declaration
/**********************************************/

+ 1
- 2
IRCClient/IRCClientSession.m Ver fichero

@@ -19,13 +19,12 @@

#pragma mark Defines and includes

#define IRCCLIENTVERSION "2.0"
#define IRCCLIENTVERSION "2.0a1"

#import "IRCClientSession.h"
#import "IRCClientChannel.h"
#import "IRCClientChannel_Private.h"
#import "NSData+SA_NSDataExtensions.h"
#include "string.h"

#pragma mark - Callback function declarations


Cargando…
Cancelar
Guardar