]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/channels.cpp
EXPERIMENTAL new socket engine code
[user/henk/code/inspircd.git] / src / channels.cpp
index 0ae802ec109bbf101330dd075aa12e6bd6ac04af..6af23d3b0e1cbc7ca00ff2418c903bfd837f7e27 100644 (file)
@@ -35,9 +35,7 @@ using namespace std;
 #include <sstream>
 #include <vector>
 #include <deque>
-#include "connection.h"
 #include "users.h"
-#include "servers.h"
 #include "ctables.h"
 #include "globals.h"
 #include "modules.h"
@@ -87,15 +85,11 @@ extern std::vector<std::string> module_names;
 
 extern int boundPortCount;
 extern int portCount;
-extern int SERVERportCount;
+
 extern int ports[MAXSOCKS];
-extern int defaultRoute;
 
-extern std::vector<long> auth_cookies;
 extern std::stringstream config_f;
 
-extern serverrec* me[32];
-
 extern FILE *log_file;
 
 extern time_t TIME;