]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/cmd_trace.cpp
Move a bundle of stuff to server.cpp from inspircd.cpp
[user/henk/code/inspircd.git] / src / cmd_trace.cpp
index 1582385793f63d7ea40c95ebfb646c39a8775507..42105df98c8a62619c51030ceec5ed3a4d5dcb95 100644 (file)
  * ---------------------------------------------------
  */
 
-#include "users.h"
 #include "inspircd.h"
+#include "users.h"
 #include "commands/cmd_trace.h"
 
-
-
-extern "C" command_t* init_command(InspIRCd* Instance)
+extern "C" DllExport command_t* init_command(InspIRCd* Instance)
 {
        return new cmd_trace(Instance);
 }