]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_setname.cpp
Wahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons of messy include lists
[user/henk/code/inspircd.git] / src / modules / m_setname.cpp
index 244c488187773655d0be8044370140c6153fc197..25269d1c420784f6e901604abcd7fb6e36770153 100644 (file)
@@ -21,12 +21,12 @@ using namespace std;
 #include "users.h"
 #include "channels.h"
 #include "modules.h"
-#include "helperfuncs.h"
+
 #include "inspircd.h"
 
 /* $ModDesc: Provides support for the SETNAME command */
 
-extern InspIRCd* ServerInstance;
+
 
 class cmd_setname : public command_t
 {