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