diff options
author | Attila Molnar <attilamolnar@hush.com> | 2014-06-13 15:23:39 +0200 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2014-06-13 15:23:39 +0200 |
commit | caa0c27a5a485151a0de21e700680c1e46ab85b4 (patch) | |
tree | 41b01860454097a5c88c7601dc718db4205f92f0 /src/bancache.cpp | |
parent | 9f27390382f8c341e59731fb4c026c93ef4fde4b (diff) |
Pull in bancache.h from inspircd.h
Diffstat (limited to 'src/bancache.cpp')
-rw-r--r-- | src/bancache.cpp | 1 |
1 files changed, 0 insertions, 1 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) |