]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/wildcard.cpp
Remove culllist.h from here, we no longer use it.
[user/henk/code/inspircd.git] / src / wildcard.cpp
index 6b84ef5b3004c54524994f8a20b579275378d4b0..eacffcb0428c6b15b60f7d640ee4cd25d54ea800 100644 (file)
 using namespace std;
 
 #include <string>
-#include "inspircd_config.h"
 #include "inspircd.h"
-#include "helperfuncs.h"
+#include "hashcomp.h"
 #include "inspstring.h"
 
 using irc::sockets::MatchCIDR;
 
-extern char lowermap[255];
-
 // Wed 27 Apr 2005 - Brain
 // I've taken our our old wildcard routine -
 // although comprehensive, it was topheavy and very