]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_showwhois.cpp
Wahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons of messy include lists
[user/henk/code/inspircd.git] / src / modules / m_showwhois.cpp
index 2f32b58de278ef05a3c71e65b9e9fb60bb5b3f44..0719a93f83a7641843e5d8b68e60e3ad143ef863 100644 (file)
@@ -6,12 +6,12 @@ using namespace std;
 #include "users.h"
 #include "channels.h"
 #include "modules.h"
-#include "helperfuncs.h"
+
 #include "inspircd.h"
 
 /* $ModDesc: Allows opers to set +W to see when a user uses WHOIS on them */
 
-extern InspIRCd* ServerInstance;
+
 
 class SeeWhois : public ModeHandler
 {