]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/cmd_links.cpp
This fixes a deletion error here, we were using new[] and not using delete[], but...
[user/henk/code/inspircd.git] / src / cmd_links.cpp
index 81a6b0b021e71c3ddf670d61f93b9cefbc16bdc4..45011d3e83836894caebe15d9e531bf49fd43a4c 100644 (file)
  * ---------------------------------------------------
  */
 
-#include "configreader.h"
-#include "users.h"
-#include "modules.h"
+#include "inspircd.h"
 #include "commands/cmd_links.h"
 
-extern "C" command_t* init_command(InspIRCd* Instance)
+extern "C" DllExport command_t* init_command(InspIRCd* Instance)
 {
        return new cmd_links(Instance);
 }