diff options
author | Adam <Adam@anope.org> | 2011-03-14 20:16:38 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2011-03-14 20:16:38 -0400 |
commit | ddfb16de1a61a9b80ece0ba6e5fd34326abf5f18 (patch) | |
tree | 81e29e3eebc8ae6241e6bdd6970e48a037291203 /include/services.h | |
parent | 2555d0d6373e631ca2504826a02aaae2e82cd7a4 (diff) |
Fixed compile
Diffstat (limited to 'include/services.h')
-rw-r--r-- | include/services.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/services.h b/include/services.h index 75e21a5cf..15896ca83 100644 --- a/include/services.h +++ b/include/services.h @@ -202,7 +202,6 @@ extern "C" void __pfnBkCheck() {} #include <set> #include "anope.h" -#include "patricia.h" /** This class can be used on its own to represent an exception, or derived to represent a module-specific exception. * When a module whishes to abort, e.g. within a constructor, it should throw an exception using ModuleException or @@ -897,7 +896,7 @@ struct Exception /*************************************************************************/ -extern CoreExport patricia_tree<Session *> SessionList; +extern CoreExport Anope::map<Session *> SessionList; struct Session { |