]> jfr.im git - solanum.git/blobdiff - modules/m_operspy.c
Remove s_assert definition from ircd_defs.h and add it to its own header.
[solanum.git] / modules / m_operspy.c
index 6428fef1d93adc355a7cacc34e0ec2c37714b558..0ea5a7f1744d4caa5e760f8f0d8f8ea726241cbb 100644 (file)
@@ -30,7 +30,6 @@
  */
 
 #include "stdinc.h"
-#include "tools.h"
 #include "send.h"
 #include "channel.h"
 #include "client.h"
 #include "config.h"
 #include "ircd.h"
 #include "numeric.h"
-#include "memory.h"
 #include "s_serv.h"
 #include "hash.h"
 #include "msg.h"
 #include "parse.h"
 #include "modules.h"
-#include "sprintf_irc.h"
+#include "logger.h"
 
 static int ms_operspy(struct Client *client_p, struct Client *source_p,
                      int parc, const char *parv[]);