added gnutls backend and moved backend code into new files
[ircu2.10.12-pk.git] / ircd / m_rehash.c
index e43793ce7dd651760ac6c4723d08f266f8fcaa6e..8e8c2db6f6151111f47f0812e409884a25ec809d 100644 (file)
  */
 #include "config.h"
 
-#if 0
-/*
- * No need to include handlers.h here the signatures must match
- * and we don't need to force a rebuild of all the handlers everytime
- * we add a new one to the list. --Bleep
- */
-#include "handlers.h"
-#endif /* 0 */
 #include "client.h"
 #include "ircd.h"
 #include "ircd_log.h"
@@ -99,7 +91,7 @@
 #include "s_conf.h"
 #include "send.h"
 
-#include <assert.h>
+/* #include <assert.h> -- Now using assert in ircd_log.h */
 
 /*
  * mo_rehash - oper message handler