Comparing ircd-hybrid-7.2/src/send.c (file contents):
Revision 1010 by michael, Sat Aug 29 22:44:44 2009 UTC vs.
Revision 1011 by michael, Fri Sep 18 10:14:09 2009 UTC
| 23 |
|
*/ |
| 24 |
|
|
| 25 |
|
#include "stdinc.h" |
| 26 |
< |
#include "tools.h" |
| 26 |
> |
#include "list.h" |
| 27 |
|
#include "send.h" |
| 28 |
|
#include "channel.h" |
| 29 |
|
#include "client.h" |
| 38 |
|
#include "s_serv.h" |
| 39 |
|
#include "sprintf_irc.h" |
| 40 |
|
#include "s_conf.h" |
| 41 |
– |
#include "list.h" |
| 41 |
|
#include "s_log.h" |
| 42 |
|
#include "memory.h" |
| 43 |
|
#include "hook.h" |
Diff Legend
| – |
Removed lines |
| + |
Added lines |
| < |
Changed lines (old) |
| > |
Changed lines (new) |