]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - modules/m_resv.c
s_log.* -> logger.* (s_foo looks ugly, lets try to get rid of it)
[irc/rqf/shadowircd.git] / modules / m_resv.c
index 084f3f8ef0d6225132346ebebb11550b47acf0c8..9d46750c7bcc6214181f00699c4c5bc662ebf8ed 100644 (file)
@@ -36,7 +36,7 @@
 #include "s_conf.h"
 #include "s_newconf.h"
 #include "hash.h"
-#include "s_log.h"
+#include "logger.h"
 #include "sprintf_irc.h"
 
 static int mo_resv(struct Client *, struct Client *, int, const char **);