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

Comparing ircd-hybrid-7.2/src/watch.c (file contents):
Revision 1010 by michael, Sun Jul 26 21:22:42 2009 UTC vs.
Revision 1011 by michael, Fri Sep 18 10:14:09 2009 UTC

# Line 26 | Line 26
26   */
27  
28   #include "stdinc.h"
29 < #include "tools.h"
29 > #include "list.h"
30 > #include "balloc.h"
31   #include "s_user.h"
32   #include "s_misc.h"
33   #include "client.h"
33 #include "common.h"
34   #include "hash.h"
35   #include "irc_string.h"
36   #include "sprintf_irc.h"
37   #include "ircd.h"
38 #include "list.h"
39 #include "listener.h"
40 #include "motd.h"
38   #include "numeric.h"
39   #include "s_conf.h"
43 #include "s_log.h"
40   #include "s_serv.h"
41   #include "send.h"
42   #include "supported.h"
# Line 48 | Line 44
44   #include "memory.h"
45   #include "packet.h"
46   #include "s_misc.h"
51 #include "msg.h"
47   #include "watch.h"
48  
49   #define WATCH_HEAP_SIZE 32

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines