diff options
| author | 2014-06-13 15:23:39 +0200 | |
|---|---|---|
| committer | 2014-06-13 15:23:39 +0200 | |
| commit | caa0c27a5a485151a0de21e700680c1e46ab85b4 (patch) | |
| tree | 41b01860454097a5c88c7601dc718db4205f92f0 /src/bancache.cpp | |
| parent | Move the definition of the BanCacheHit constructor into the source file from ... (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) |
