From a9772cde21407c89abd161d51aff45267f87b1fb Mon Sep 17 00:00:00 2001 From: Adam Date: Tue, 14 Feb 2012 15:13:27 -0500 Subject: Clean up and reorganize our header files --- src/misc.cpp | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'src/misc.cpp') diff --git a/src/misc.cpp b/src/misc.cpp index 524095d88..bb8658a56 100644 --- a/src/misc.cpp +++ b/src/misc.cpp @@ -13,6 +13,15 @@ #include "services.h" #include "version.h" #include "modules.h" +#include "extern.h" +#include "lists.h" +#include "config.h" +#include "bots.h" +#include "language.h" + +#include +#include +#include ExtensibleItem::ExtensibleItem() { @@ -758,9 +767,9 @@ const Anope::string Anope::LastError() #endif } -Version Module::GetVersion() const +ModuleVersion Module::GetVersion() const { - return Version(VERSION_MAJOR, VERSION_MINOR, VERSION_BUILD); + return ModuleVersion(VERSION_MAJOR, VERSION_MINOR, VERSION_BUILD); } Anope::string Anope::Version() -- cgit