1
0
mirror of https://github.com/anope/anope.git synced 2026-06-25 04:16:39 +02:00

Cleanup some stuff to a header.

git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1683 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
rburchell
2008-11-15 00:12:54 +00:00
parent bba7d1aaaf
commit 094688603f
4 changed files with 33 additions and 45 deletions
-6
View File
@@ -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 */