]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/io.c
New "module" proc.c/proc.h for generic process handling
[ngircd-alex.git] / src / ngircd / io.c
index 18a29aa647eb6feb214a654375cde51856b86fdc..e811e81b0b2a2bfa66eac927a2c8af4c60bdc4fb 100644 (file)
@@ -104,8 +104,7 @@ static bool io_event_change_devpoll(int fd, short what);
 
 #ifdef IO_USE_SELECT
 #include "defines.h"   /* for conn.h */
-#include "conn.h"      /* for CONN_IDX (needed by resolve.h) */
-#include "resolve.h"   /* for RES_STAT (needed by conf.h) */
+#include "proc.h"      /* for PROC_STAT (needed by conf.h) */
 #include "conf.h"      /* for Conf_MaxConnections */
 
 static fd_set readers;