]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/cmd_map.cpp
Fixed an issue that could cause empty parameters in module commands to not be sent...
[user/henk/code/inspircd.git] / src / cmd_map.cpp
index 83ff89d6d8630a66b85caaa81feff33059240644..70918e39275832c6853dbe53d72d05db58a99eb0 100644 (file)
  * ---------------------------------------------------
  */
 
-#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);
 }