diff options
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 0fcd868bc..61dcbdf60 100644 --- a/src/base.cpp +++ b/src/base.cpp @@ -10,9 +10,8 @@ #include "services.h" #include "anope.h" #include "service.h" +#include "base.h" -std::map<Anope::string, std::map<Anope::string, Service *> > *Service::Services = NULL; -std::map<Anope::string, std::map<Anope::string, Anope::string> > *Service::Aliases = NULL; std::set<ReferenceBase *> *ReferenceBase::references = NULL; ReferenceBase::ReferenceBase() |