commit 5590f8624bca9c935201fc1337b11109ccceb7ec from: Alexander Barton date: Sun Jul 23 14:55:40 2006 UTC Don't include conn.h, conn-func.h is enough. commit - fdc7ae22e964c59c6f01dc434dbbe96e886b1968 commit + 5590f8624bca9c935201fc1337b11109ccceb7ec blob - 6889cff2758f035d67eaa6dffb820e8ff39d018e blob + 3fb8423d9a12f598c5547313c5c5c83be67eed22 --- src/ngircd/irc.c +++ src/ngircd/irc.c @@ -14,7 +14,7 @@ #include "portab.h" -static char UNUSED id[] = "$Id: irc.c,v 1.130 2006/05/10 21:24:01 alex Exp $"; +static char UNUSED id[] = "$Id: irc.c,v 1.131 2006/07/23 14:55:40 alex Exp $"; #include "imp.h" #include @@ -22,10 +22,9 @@ static char UNUSED id[] = "$Id: irc.c,v 1.130 2006/05/ #include #include "ngircd.h" -#include "conn.h" #include "resolve.h" -#include "conf.h" #include "conn-func.h" +#include "conf.h" #include "client.h" #include "channel.h" #include "defines.h"