summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAttila Molnar <attilamolnar@hush.com>2014-06-13 15:23:39 +0200
committerAttila Molnar <attilamolnar@hush.com>2014-06-13 15:23:39 +0200
commitcaa0c27a5a485151a0de21e700680c1e46ab85b4 (patch)
tree41b01860454097a5c88c7601dc718db4205f92f0 /src
parent9f27390382f8c341e59731fb4c026c93ef4fde4b (diff)
Pull in bancache.h from inspircd.h
Diffstat (limited to 'src')
-rw-r--r--src/bancache.cpp1
-rw-r--r--src/inspircd.cpp1
-rw-r--r--src/usermanager.cpp1
-rw-r--r--src/users.cpp1
-rw-r--r--src/xline.cpp1
5 files changed, 0 insertions, 5 deletions
diff --git a/src/bancache.cpp b/src/bancache.cpp
index 452bd998f..13e4dc7c7 100644
--- a/src/bancache.cpp
+++ b/src/bancache.cpp
@@ -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)
diff --git a/src/inspircd.cpp b/src/inspircd.cpp
index 942ac55a6..c878138fe 100644
--- a/src/inspircd.cpp
+++ b/src/inspircd.cpp
@@ -52,7 +52,6 @@
#include <fstream>
#include <iostream>
#include "xline.h"
-#include "bancache.h"
#include "socketengine.h"
#include "socket.h"
#include "command_parse.h"
diff --git a/src/usermanager.cpp b/src/usermanager.cpp
index 3c234f13f..665149e48 100644
--- a/src/usermanager.cpp
+++ b/src/usermanager.cpp
@@ -22,7 +22,6 @@
#include "inspircd.h"
#include "xline.h"
-#include "bancache.h"
#include "iohook.h"
UserManager::UserManager()
diff --git a/src/users.cpp b/src/users.cpp
index 4acf80395..7fba57faa 100644
--- a/src/users.cpp
+++ b/src/users.cpp
@@ -27,7 +27,6 @@
#include <stdarg.h>
#include "socketengine.h"
#include "xline.h"
-#include "bancache.h"
already_sent_t LocalUser::already_sent_id = 0;
diff --git a/src/xline.cpp b/src/xline.cpp
index 20693b599..9b90c56f7 100644
--- a/src/xline.cpp
+++ b/src/xline.cpp
@@ -23,7 +23,6 @@
#include "inspircd.h"
#include "xline.h"
-#include "bancache.h"
/** An XLineFactory specialized to generate GLine* pointers
*/