Author: Kev <klmitch@mit.edu>
[ircu2.10.12-pk.git] / ircd / m_defaults.c
index 9afe5c035f177b54fcbfb3eb52e66642484ba5ce..9a85c82e038287010e1eedddecdb977af8dc1bf2 100644 (file)
@@ -26,6 +26,7 @@
 
 #include "client.h"
 #include "ircd.h"
+#include "ircd_log.h"
 #include "ircd_reply.h"
 #include "numeric.h"
 #include "numnicks.h"
@@ -33,7 +34,7 @@
 #include "supported.h"
 #include "version.h"
 
-#include <assert.h>
+/* #include <assert.h> -- Now using assert in ircd_log.h */
 
 /*
  * m_functions execute protocol messages on this server: