]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/wildcard.cpp
More tweaks
[user/henk/code/inspircd.git] / src / wildcard.cpp
index e626f2aa287a454edf422738ee3cce684a26e254..b0602c82e4cadf2fd9a63b24358567bc11efc513 100644 (file)
@@ -19,10 +19,10 @@ using namespace std;
 #include <string>
 #include "inspircd_config.h"
 #include "inspircd.h"
-#include "helperfuncs.h"
+#include "hashcomp.h"
 #include "inspstring.h"
 
-extern char lowermap[255];
+using irc::sockets::MatchCIDR;
 
 // Wed 27 Apr 2005 - Brain
 // I've taken our our old wildcard routine -