Comparing ircd-hybrid/branches/8.2.x/src/server.c (file contents):
Revision 7273 by michael, Sat Feb 6 20:55:20 2016 UTC vs.
Revision 7347 by michael, Sun Feb 21 11:44:24 2016 UTC
| 33 |
|
#include "ircd.h" |
| 34 |
|
#include "ircd_defs.h" |
| 35 |
|
#include "s_bsd.h" |
| 36 |
– |
#include "numeric.h" |
| 36 |
|
#include "packet.h" |
| 37 |
|
#include "conf.h" |
| 38 |
|
#include "server.h" |
| 39 |
|
#include "log.h" |
| 41 |
– |
#include "user.h" |
| 40 |
|
#include "send.h" |
| 41 |
|
#include "memory.h" |
| 44 |
– |
#include "channel.h" |
| 42 |
|
#include "parse.h" |
| 43 |
|
|
| 44 |
|
|
Diff Legend
| – |
Removed lines |
| + |
Added lines |
| < |
Changed lines (old) |
| > |
Changed lines (new) |