ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src/conf_class.c
(Generate patch)

Comparing ircd-hybrid/trunk/src/conf_class.c (file contents):
Revision 1654 by michael, Fri Nov 16 19:39:37 2012 UTC vs.
Revision 1658 by michael, Fri Nov 16 20:55:45 2012 UTC

# Line 26 | Line 26
26  
27   #include "stdinc.h"
28   #include "list.h"
29 < #include "ircd_defs.h"
29 > #include "ircd.h"
30   #include "conf.h"
31 #include "s_serv.h"
32 #include "resv.h"
33 #include "channel.h"
31   #include "client.h"
35 #include "event.h"
36 #include "hook.h"
37 #include "irc_string.h"
38 #include "s_bsd.h"
39 #include "ircd.h"
40 #include "listener.h"
32   #include "hostmask.h"
33 < #include "modules.h"
43 < #include "numeric.h"
44 < #include "fdlist.h"
45 < #include "log.h"
46 < #include "send.h"
47 < #include "s_gline.h"
33 > #include "irc_string.h"
34   #include "memory.h"
49 #include "irc_res.h"
50 #include "userhost.h"
51 #include "s_user.h"
52 #include "channel_mode.h"
53 #include "parse.h"
54 #include "s_misc.h"
55 #include "conf_db.h"
35  
36  
37   struct ClassItem *class_default;

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)