]> arthur.barton.de Git - ngircd-alex.git/commitdiff
Don't include conn.h, conn-func.h is enough.
authorAlexander Barton <alex@barton.de>
Sun, 23 Jul 2006 14:55:40 +0000 (14:55 +0000)
committerAlexander Barton <alex@barton.de>
Sun, 23 Jul 2006 14:55:40 +0000 (14:55 +0000)
src/ngircd/irc.c

index 6889cff2758f035d67eaa6dffb820e8ff39d018e..3fb8423d9a12f598c5547313c5c5c83be67eed22 100644 (file)
@@ -14,7 +14,7 @@
 
 #include "portab.h"
 
 
 #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 <assert.h>
 
 #include "imp.h"
 #include <assert.h>
@@ -22,10 +22,9 @@ static char UNUSED id[] = "$Id: irc.c,v 1.130 2006/05/10 21:24:01 alex Exp $";
 #include <string.h>
 
 #include "ngircd.h"
 #include <string.h>
 
 #include "ngircd.h"
-#include "conn.h"
 #include "resolve.h"
 #include "resolve.h"
-#include "conf.h"
 #include "conn-func.h"
 #include "conn-func.h"
+#include "conf.h"
 #include "client.h"
 #include "channel.h"
 #include "defines.h"
 #include "client.h"
 #include "channel.h"
 #include "defines.h"