]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/base.cpp
auto-set +s when +n is set (as +n requires +s) - allow +n to be 'set twice' allowing...
[user/henk/code/inspircd.git] / src / base.cpp
index 30df1f0e7ce5de0733d5ad2afa6d2d22758279f8..6b680ce1afb77aa78ea8937de17a7597243419ce 100644 (file)
@@ -22,7 +22,7 @@
 #include <string>
 #include "inspircd.h"
 #include "modules.h"
-#include "helperfuncs.h"
+
 
 const int bitfields[]           =       {1,2,4,8,16,32,64,128};
 const int inverted_bitfields[]  =       {~1,~2,~4,~8,~16,~32,~64,~128};