]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Pull in bancache.h from inspircd.h
authorAttila Molnar <attilamolnar@hush.com>
Fri, 13 Jun 2014 13:23:39 +0000 (15:23 +0200)
committerAttila Molnar <attilamolnar@hush.com>
Fri, 13 Jun 2014 13:23:39 +0000 (15:23 +0200)
include/inspircd.h
src/bancache.cpp
src/inspircd.cpp
src/usermanager.cpp
src/users.cpp
src/xline.cpp

index 94b6cbafd47522889566c0d0de2d487485efc991..60c8f761db0030165a6ac205266e06ad2215c83f 100644 (file)
@@ -78,6 +78,7 @@ CoreExport extern InspIRCd* ServerInstance;
 #include "configreader.h"
 #include "inspstring.h"
 #include "protocol.h"
+#include "bancache.h"
 
 /** Returned by some functions to indicate failure.
  */
index 452bd998f3eb199f5ea15ba50de08af74228e2d9..13e4dc7c708266547c12be9d519b7d6d868bc390 100644 (file)
@@ -19,7 +19,6 @@
 
 
 #include "inspircd.h"
-#include "bancache.h"
 
 BanCacheHit::BanCacheHit(const std::string& type, const std::string& reason, time_t seconds)
        : Type(type)
index 942ac55a6e05553edf63d51ea622e5379bdc74e7..c878138fe4154475f4cfaf0591439a12aa486cce 100644 (file)
@@ -52,7 +52,6 @@
 #include <fstream>
 #include <iostream>
 #include "xline.h"
-#include "bancache.h"
 #include "socketengine.h"
 #include "socket.h"
 #include "command_parse.h"
index 3c234f13f5c3ebee11f4e799fd7d6afdf742a06b..665149e4872d88bc4cbaed66b38835389fa14ba1 100644 (file)
@@ -22,7 +22,6 @@
 
 #include "inspircd.h"
 #include "xline.h"
-#include "bancache.h"
 #include "iohook.h"
 
 UserManager::UserManager()
index 4acf80395f18cb81c41ff5876b7aae2c88610d5e..7fba57faa8b59b5825ea6dc40398c4633f1dedd3 100644 (file)
@@ -27,7 +27,6 @@
 #include <stdarg.h>
 #include "socketengine.h"
 #include "xline.h"
-#include "bancache.h"
 
 already_sent_t LocalUser::already_sent_id = 0;
 
index 20693b59910dd2cc2f368e3f65e216481b15a82d..9b90c56f7979b830982e8c28df15af95138ce4be 100644 (file)
@@ -23,7 +23,6 @@
 
 #include "inspircd.h"
 #include "xline.h"
-#include "bancache.h"
 
 /** An XLineFactory specialized to generate GLine* pointers
  */