[srvx-commits] CVS: services/src global.c,1.57,1.58 globtest.c,1.8,1.9 helpserv.c,1.77,1.78 opserv.c
Brought to you by:
entrope
From: Entrope <en...@us...> - 2003-08-18 19:36:50
|
Update of /cvsroot/srvx/services/src In directory sc8-pr-cvs1:/tmp/cvs-serv465/src Modified Files: global.c globtest.c helpserv.c opserv.c proto-common.c tools.c Log Message: remove redundant #include directives Index: global.c =================================================================== RCS file: /cvsroot/srvx/services/src/global.c,v retrieving revision 1.57 retrieving revision 1.58 diff -C2 -r1.57 -r1.58 *** global.c 31 Jul 2003 02:08:40 -0000 1.57 --- global.c 18 Aug 2003 19:36:45 -0000 1.58 *************** *** 23,27 **** #include "modcmd.h" #include "nickserv.h" - #include "policer.h" #include "saxdb.h" #include "timeq.h" --- 23,26 ---- Index: globtest.c =================================================================== RCS file: /cvsroot/srvx/services/src/globtest.c,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -r1.8 -r1.9 *** globtest.c 22 Jul 2003 18:32:20 -0000 1.8 --- globtest.c 18 Aug 2003 19:36:45 -0000 1.9 *************** *** 1,5 **** #include "hash.h" #include "log.h" - #include "policer.h" struct glob_test { --- 1,4 ---- Index: helpserv.c =================================================================== RCS file: /cvsroot/srvx/services/src/helpserv.c,v retrieving revision 1.77 retrieving revision 1.78 diff -C2 -r1.77 -r1.78 *** helpserv.c 5 Aug 2003 02:22:29 -0000 1.77 --- helpserv.c 18 Aug 2003 19:36:46 -0000 1.78 *************** *** 45,49 **** #include "nickserv.h" #include "opserv.h" - #include "policer.h" #include "saxdb.h" #include "timeq.h" --- 45,48 ---- Index: opserv.c =================================================================== RCS file: /cvsroot/srvx/services/src/opserv.c,v retrieving revision 1.335 retrieving revision 1.336 diff -C2 -r1.335 -r1.336 *** opserv.c 5 Aug 2003 02:22:29 -0000 1.335 --- opserv.c 18 Aug 2003 19:36:46 -0000 1.336 *************** *** 25,29 **** #include "modcmd.h" #include "opserv.h" - #include "policer.h" #include "timeq.h" #include "saxdb.h" --- 25,28 ---- Index: proto-common.c =================================================================== RCS file: /cvsroot/srvx/services/src/proto-common.c,v retrieving revision 1.33 retrieving revision 1.34 diff -C2 -r1.33 -r1.34 *** proto-common.c 2 Aug 2003 23:13:22 -0000 1.33 --- proto-common.c 18 Aug 2003 19:36:47 -0000 1.34 *************** *** 24,28 **** #include "log.h" #include "nickserv.h" - #include "policer.h" #include "timeq.h" #ifdef HAVE_SYS_SOCKET_H --- 24,27 ---- Index: tools.c =================================================================== RCS file: /cvsroot/srvx/services/src/tools.c,v retrieving revision 1.125 retrieving revision 1.126 diff -C2 -r1.125 -r1.126 *** tools.c 2 Aug 2003 23:13:23 -0000 1.125 --- tools.c 18 Aug 2003 19:36:47 -0000 1.126 *************** *** 19,26 **** */ - #include "hash.h" #include "log.h" #include "nickserv.h" - #include "policer.h" #include "recdb.h" --- 19,24 ---- |