Doxyfy send.h and send.c. Move opsarray[] declaration to send.h and
[ircu2.10.12-pk.git] / ircd / support.c
index 93a94e362bc6235c112e19aecc7926020671b821..dae19e05b58ff5d8446aaee77158e85e6bd93c65 100644 (file)
@@ -18,6 +18,8 @@
  *
  * $Id$
  */
+#include "config.h"
+
 #include "support.h"
 #include "fileio.h"
 #include "ircd.h"
@@ -26,7 +28,6 @@
 #include "s_bsd.h"
 #include "s_debug.h"
 #include "send.h"
-#include "sprintf_irc.h"
 #include "sys.h"
 
 #include <signal.h>   /* kill */