- Adjusted includes for new "conn-func.h" header.

This commit is contained in:
Alexander Barton 2002-12-30 17:15:42 +00:00
parent b77dae3499
commit b8d7dcec77
6 changed files with 12 additions and 12 deletions

View File

@ -17,14 +17,14 @@
#include "portab.h"
static char UNUSED id[] = "$Id: channel.c,v 1.41 2002/12/26 16:48:14 alex Exp $";
static char UNUSED id[] = "$Id: channel.c,v 1.42 2002/12/30 17:15:42 alex Exp $";
#include "imp.h"
#include <assert.h>
#include <stdlib.h>
#include <string.h>
#include "conn.h"
#include "conn-func.h"
#include "client.h"
#include "exp.h"

View File

@ -14,7 +14,7 @@
#include "portab.h"
static char UNUSED id[] = "$Id: irc-info.c,v 1.12 2002/12/30 16:07:50 alex Exp $";
static char UNUSED id[] = "$Id: irc-info.c,v 1.13 2002/12/30 17:15:42 alex Exp $";
#include "imp.h"
#include <assert.h>
@ -23,7 +23,7 @@ static char UNUSED id[] = "$Id: irc-info.c,v 1.12 2002/12/30 16:07:50 alex Exp $
#include <string.h>
#include "ngircd.h"
#include "conn.h"
#include "conn-func.h"
#include "conn-zip.h"
#include "client.h"
#include "channel.h"

View File

@ -14,7 +14,7 @@
#include "portab.h"
static char UNUSED id[] = "$Id: irc-login.c,v 1.29 2002/12/30 00:01:45 alex Exp $";
static char UNUSED id[] = "$Id: irc-login.c,v 1.30 2002/12/30 17:15:42 alex Exp $";
#include "imp.h"
#include <assert.h>
@ -24,7 +24,7 @@ static char UNUSED id[] = "$Id: irc-login.c,v 1.29 2002/12/30 00:01:45 alex Exp
#include "ngircd.h"
#include "resolve.h"
#include "conn.h"
#include "conn-func.h"
#include "conf.h"
#include "client.h"
#include "channel.h"

View File

@ -14,7 +14,7 @@
#include "portab.h"
static char UNUSED id[] = "$Id: irc-write.c,v 1.13 2002/12/12 12:24:18 alex Exp $";
static char UNUSED id[] = "$Id: irc-write.c,v 1.14 2002/12/30 17:15:42 alex Exp $";
#include "imp.h"
#include <assert.h>
@ -22,7 +22,7 @@ static char UNUSED id[] = "$Id: irc-write.c,v 1.13 2002/12/12 12:24:18 alex Exp
#include <stdio.h>
#include <string.h>
#include "conn.h"
#include "conn-func.h"
#include "client.h"
#include "channel.h"
#include "defines.h"

View File

@ -14,14 +14,14 @@
#include "portab.h"
static char UNUSED id[] = "$Id: irc.c,v 1.112 2002/12/27 13:35:19 alex Exp $";
static char UNUSED id[] = "$Id: irc.c,v 1.113 2002/12/30 17:15:42 alex Exp $";
#include "imp.h"
#include <assert.h>
#include <stdio.h>
#include <string.h>
#include "conn.h"
#include "conn-func.h"
#include "client.h"
#include "channel.h"
#include "defines.h"

View File

@ -14,7 +14,7 @@
#include "portab.h"
static char UNUSED id[] = "$Id: parse.c,v 1.54 2002/12/26 17:04:54 alex Exp $";
static char UNUSED id[] = "$Id: parse.c,v 1.55 2002/12/30 17:15:42 alex Exp $";
#include "imp.h"
#include <assert.h>
@ -24,7 +24,7 @@ static char UNUSED id[] = "$Id: parse.c,v 1.54 2002/12/26 17:04:54 alex Exp $";
#include "ngircd.h"
#include "defines.h"
#include "conn.h"
#include "conn-func.h"
#include "client.h"
#include "channel.h"
#include "log.h"