-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathiRelayChat_Prefix.pch
25 lines (23 loc) · 1.13 KB
/
iRelayChat_Prefix.pch
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* iRelayChat - A better IRC Client for Mac OS X *
* - Frontend Class - *
* *
* Copyright 2008 by Christian Speich <[email protected]> *
* *
* Licenced under GPL v3 or later. See 'Copying' for details. *
* *
* - Description - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - *
* *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <sys/types.h>
#include <netdb.h>
#ifdef __OBJC__
#import <Cocoa/Cocoa.h>
#import <WebKit/WebKit.h>
#import <RegexKit/RegexKit.h>
#import <RBSplitView/RBSplitView.h>
#import "NSObject+Unproxy.h"
#endif