Author: Kev <klmitch@mit.edu>
[ircu2.10.12-pk.git] / ircd / m_reset.c
index 6a7981a86da66ddae892602fed9deb670f871626..3c48e17ca5504ee3ea6539884b3b7b52c09297d4 100644 (file)
  *            note:   it is guaranteed that parv[0]..parv[parc-1] are all
  *                    non-NULL pointers.
  */
-#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 "config.h"
+
 #include "client.h"
 #include "hash.h"
 #include "ircd.h"