diff options
| author | 2012-11-21 00:15:13 +0100 | |
|---|---|---|
| committer | 2012-11-29 23:41:22 +0100 | |
| commit | a589577b68cb84bc877ecdd4c0f9cb84a1581ddd (patch) | |
| tree | 37a4f52f9bcac855d7fa2198f991a2fc919ea738 /src/base.cpp | |
| parent | m_cgiirc Fix wrong announcement when the host in WEBIRC is too long (diff) | |
Add a typedef for LocalUserList
Diffstat (limited to 'src/base.cpp')
| -rw-r--r-- | src/base.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/base.cpp b/src/base.cpp index 39a4a86bf..bf74d9dc2 100644 --- a/src/base.cpp +++ b/src/base.cpp @@ -20,10 +20,9 @@ */ -#include "inspircd_config.h" +#include "inspircd.h" #include "base.h" #include <time.h> -#include "inspircd.h" #include <typeinfo> classbase::classbase() |
