X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/889b0321255a745c6b59e279629460813cc7b674..90a3c35b295b07ebe3793bf5d3b882c3c1a5dc7c:/modules/m_chghost.c diff --git a/modules/m_chghost.c b/modules/m_chghost.c index ffb6aef..f805cbb 100644 --- a/modules/m_chghost.c +++ b/modules/m_chghost.c @@ -10,7 +10,6 @@ */ #include "stdinc.h" -#include "tools.h" #include "send.h" #include "channel.h" #include "client.h" @@ -18,7 +17,6 @@ #include "config.h" #include "ircd.h" #include "numeric.h" -#include "memory.h" #include "s_conf.h" #include "s_newconf.h" #include "s_serv.h"