summaryrefslogtreecommitdiff
path: root/src/module.cpp
diff options
context:
space:
mode:
authorrburchell <rburchell@5417fbe8-f217-4b02-8779-1006273d7864>2008-11-15 00:12:54 +0000
committerrburchell <rburchell@5417fbe8-f217-4b02-8779-1006273d7864>2008-11-15 00:12:54 +0000
commit094688603f032608a9b4ead90f7a3a20d67fa045 (patch)
treebaf1ae88ef3798e9134df2b8a8105665436812f4 /src/module.cpp
parentbba7d1aaaf7a4cf2c2af0b3e6f92cb115bdd48c1 (diff)
Cleanup some stuff to a header.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1683 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/module.cpp')
-rw-r--r--src/module.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/module.cpp b/src/module.cpp
index 9c86ec299..18b22180e 100644
--- a/src/module.cpp
+++ b/src/module.cpp
@@ -12,12 +12,6 @@
#include "language.h"
#include "version.h"
-#if !defined(_WIN32)
- #include <dlfcn.h>
-#else
- const char *ano_moderr(void);
-#endif
-
Module::Module(const std::string &mname, const std::string &creator)
{
this->name = mname; /* Our name */