aboutsummaryrefslogtreecommitdiffstats
path: root/src/xline.cpp
diff options
context:
space:
mode:
authorGravatar Attila Molnar2014-06-13 15:23:39 +0200
committerGravatar Attila Molnar2014-06-13 15:23:39 +0200
commitcaa0c27a5a485151a0de21e700680c1e46ab85b4 (patch)
tree41b01860454097a5c88c7601dc718db4205f92f0 /src/xline.cpp
parentMove the definition of the BanCacheHit constructor into the source file from ... (diff)
Pull in bancache.h from inspircd.h
Diffstat (limited to 'src/xline.cpp')
-rw-r--r--src/xline.cpp1
1 files changed, 0 insertions, 1 deletions
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
*/