diff options
Diffstat (limited to 'src/watch.c')
-rw-r--r-- | src/watch.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/watch.c b/src/watch.c index a5196e6..2384849 100644 --- a/src/watch.c +++ b/src/watch.c @@ -27,22 +27,14 @@ #include "stdinc.h" #include "list.h" -#include "s_user.h" -#include "s_misc.h" #include "client.h" #include "hash.h" #include "irc_string.h" -#include "sprintf_irc.h" #include "ircd.h" #include "numeric.h" #include "conf.h" -#include "s_serv.h" #include "send.h" -#include "supported.h" -#include "whowas.h" -#include "memory.h" #include "mempool.h" -#include "packet.h" #include "watch.h" |