X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fcmd_map.cpp;h=70918e39275832c6853dbe53d72d05db58a99eb0;hb=316e19f10c1d30215a2617f44ca61f8d6d2559a8;hp=83ff89d6d8630a66b85caaa81feff33059240644;hpb=a772b4dbf594bc0a851f5d3d6594111639453a4e;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/cmd_map.cpp b/src/cmd_map.cpp index 83ff89d6d..70918e392 100644 --- a/src/cmd_map.cpp +++ b/src/cmd_map.cpp @@ -11,11 +11,10 @@ * --------------------------------------------------- */ -#include "configreader.h" -#include "users.h" +#include "inspircd.h" #include "commands/cmd_map.h" -extern "C" command_t* init_command(InspIRCd* Instance) +extern "C" DllExport command_t* init_command(InspIRCd* Instance) { return new cmd_map(Instance); }