X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fcmd_commands.cpp;h=85437c2b05e7e81de47ba04409c62a3ab596da30;hb=2e28b264afa667923b6c17d88ffcb12315309936;hp=848070e40593134c31bdd0f8ca71abd404f2f8f0;hpb=f15165b49a873aade78e50555d12df4e11189119;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/cmd_commands.cpp b/src/cmd_commands.cpp index 848070e40..85437c2b0 100644 --- a/src/cmd_commands.cpp +++ b/src/cmd_commands.cpp @@ -12,12 +12,11 @@ */ #include "inspircd.h" -#include "users.h" #include "commands/cmd_commands.h" /** Handle /COMMANDS */ -extern "C" command_t* init_command(InspIRCd* Instance) +extern "C" DllExport command_t* init_command(InspIRCd* Instance) { return new cmd_commands(Instance); }