libcharybdis includes gone.

This commit is contained in:
Valery Yatsko 2008-04-02 02:39:19 +04:00
parent 209844c664
commit cc200171d7
93 changed files with 1 additions and 190 deletions

View File

@ -1271,5 +1271,5 @@ Configuration:
Nickname length : $NICKLEN
Topic length : $TOPICLEN
Use (g)make to compile Charybdis, then (g)make install to install it.
Use make to compile Charybdis, then make install to install it.
"

View File

@ -3,7 +3,6 @@
#define INCLUDED_CACHE_H
#include "client.h"
#include "tools.h"
#define HELP_MAX 100

View File

@ -27,8 +27,6 @@
#ifndef INCLUDED_class_h
#define INCLUDED_class_h
#include "tools.h"
struct ConfItem;
struct Client;
struct _patricia_tree_t;

View File

@ -35,14 +35,12 @@
#endif
#include "ircd_defs.h"
#include "linebuf.h"
#include "channel.h"
#include "res.h"
#include "snomask.h"
#include "irc_string.h"
#include "sprintf_irc.h"
#include "ircd.h"
#include "commio.h"
/* other structs */
struct Blacklist;

View File

@ -27,8 +27,6 @@
#ifndef INCLUDED_hash_h
#define INCLUDED_hash_h
#include "tools.h"
struct Dictionary;
extern rb_dlink_list *clientTable;

View File

@ -28,8 +28,6 @@
#define INCLUDED_ircd_h
#include "config.h"
#include "tools.h"
#include "memory.h"
struct Client;
struct rb_dlink_list;

View File

@ -40,7 +40,6 @@
#endif
#include "msg.h"
#include "memory.h"
#include "hook.h"
struct module

View File

@ -10,7 +10,6 @@
#include <stdio.h>
#include "tools.h"
#include "client.h"
struct ConfEntry

View File

@ -27,8 +27,6 @@
#ifndef INCLUDED_packet_h
#define INCLUDED_packet_h
#include "commio.h"
/*
* this hides in here rather than a config.h because it really shouldn't
* be tweaked unless you *REALLY REALLY* know what you're doing!

View File

@ -28,7 +28,6 @@
#define INCLUDED_parse_h_h
#include "irc_dictionary.h"
#include "tools.h"
struct Message;
struct Client;

View File

@ -9,7 +9,6 @@
#include "ircd_defs.h"
#include "common.h"
#include "commio.h"
#include "reslib.h"
#include "irc_string.h"
#include "sprintf_irc.h"

View File

@ -36,7 +36,6 @@
#define INCLUDED_s_newconf_h
#include "setup.h"
#include "tools.h"
#ifdef HAVE_LIBCRYPTO
#include <openssl/rsa.h>

View File

@ -34,7 +34,6 @@
*/
#include "stdinc.h"
#include "tools.h"
#ifndef SUBSTITUTION_H
#define SUBSTITUTION_H

View File

@ -25,12 +25,10 @@
*/
#include "stdinc.h"
#include "tools.h"
#include "client.h"
#include "ircd.h"
#include "irc_string.h"
#include "numeric.h"
#include "commio.h"
#include "s_log.h"
#include "s_conf.h"
#include "send.h"

View File

@ -31,7 +31,6 @@
#include "numeric.h"
#include "send.h"
#include "msg.h"
#include "memory.h"
#include "modules.h"
#include "s_log.h"
#include "s_conf.h"

View File

@ -25,7 +25,6 @@
*/
#include "stdinc.h"
#include "tools.h"
#include "channel.h"
#include "client.h"
#include "common.h"

View File

@ -25,7 +25,6 @@
*/
#include "stdinc.h"
#include "tools.h"
#include "channel.h"
#include "client.h"
#include "irc_string.h"

View File

@ -41,7 +41,6 @@
#include "msg.h"
#include "packet.h"
#include "send.h"
#include "event.h"
#include "s_newconf.h"
#include "s_stats.h"

View File

@ -25,8 +25,6 @@
*/
#include "stdinc.h"
#include "tools.h"
#include "balloc.h"
#include "channel.h"
#include "client.h"
#include "hash.h"

View File

@ -25,7 +25,6 @@
*/
#include "stdinc.h"
#include "tools.h"
#include "channel.h"
#include "client.h"
#include "common.h"

View File

@ -25,10 +25,8 @@
*/
#include "stdinc.h"
#include "tools.h"
#include "client.h" /* client struct */
#include "common.h" /* TRUE bleah */
#include "event.h"
#include "hash.h" /* add_to_client_hash */
#include "irc_string.h"
#include "ircd.h" /* me */

View File

@ -25,7 +25,6 @@
*/
#include "stdinc.h"
#include "tools.h"
#include "channel.h"
#include "client.h"
#include "hash.h"

View File

@ -31,7 +31,6 @@
*/
#include "stdinc.h"
#include "tools.h"
#include "class.h"
#include "client.h"
#include "irc_string.h"

View File

@ -36,7 +36,6 @@
#include <openssl/err.h>
#endif
#include "memory.h"
#include "client.h"
#include "ircd.h"
#include "modules.h"

View File

@ -10,7 +10,6 @@
*/
#include "stdinc.h"
#include "tools.h"
#include "send.h"
#include "channel.h"
#include "client.h"
@ -18,7 +17,6 @@
#include "config.h"
#include "ircd.h"
#include "numeric.h"
#include "memory.h"
#include "s_conf.h"
#include "s_newconf.h"
#include "s_serv.h"

View File

@ -25,11 +25,9 @@
*/
#include "stdinc.h"
#include "tools.h"
#include "client.h"
#include "ircd.h"
#include "numeric.h"
#include "commio.h"
#include "send.h"
#include "msg.h"
#include "parse.h"

View File

@ -29,7 +29,6 @@
#include "ircd.h"
#include "irc_string.h"
#include "numeric.h"
#include "commio.h"
#include "s_conf.h"
#include "s_newconf.h"
#include "s_log.h"

View File

@ -25,7 +25,6 @@
*/
#include "stdinc.h"
#include "tools.h"
#include "channel.h"
#include "class.h"
#include "client.h"
@ -35,7 +34,6 @@
#include "ircd.h"
#include "hostmask.h"
#include "numeric.h"
#include "commio.h"
#include "s_conf.h"
#include "s_newconf.h"
#include "s_log.h"

View File

@ -30,7 +30,6 @@
*/
#include "stdinc.h"
#include "tools.h"
#include "send.h"
#include "channel.h"
#include "client.h"
@ -38,7 +37,6 @@
#include "config.h"
#include "ircd.h"
#include "numeric.h"
#include "memory.h"
#include "s_serv.h"
#include "hash.h"
#include "msg.h"

View File

@ -42,7 +42,6 @@
#include "irc_string.h"
#include "ircd.h"
#include "numeric.h"
#include "commio.h"
#include "s_serv.h"
#include "s_conf.h"
#include "s_newconf.h"

View File

@ -25,7 +25,6 @@
*/
#include "stdinc.h"
#include "tools.h"
#include "s_gline.h"
#include "channel.h"
#include "client.h"
@ -36,7 +35,6 @@
#include "ircd.h"
#include "hostmask.h"
#include "numeric.h"
#include "commio.h"
#include "s_conf.h"
#include "s_newconf.h"
#include "scache.h"

View File

@ -25,7 +25,6 @@
*/
#include "stdinc.h"
#include "tools.h"
#include "m_info.h"
#include "channel.h"
#include "client.h"

View File

@ -25,7 +25,6 @@
*/
#include "stdinc.h"
#include "tools.h"
#include "common.h"
#include "channel.h"
#include "client.h"

View File

@ -25,7 +25,6 @@
*/
#include "stdinc.h"
#include "tools.h"
#include "channel.h"
#include "class.h"
#include "client.h"
@ -35,7 +34,6 @@
#include "ircd.h"
#include "hostmask.h"
#include "numeric.h"
#include "commio.h"
#include "s_conf.h"
#include "s_newconf.h"
#include "s_log.h"
@ -45,7 +43,6 @@
#include "msg.h"
#include "parse.h"
#include "modules.h"
#include "event.h"
#include "reject.h"
static int mo_kline(struct Client *, struct Client *, int, const char **);

View File

@ -25,7 +25,6 @@
#include "stdinc.h"
#include "sprintf_irc.h"
#include "tools.h"
#include "channel.h"
#include "client.h"
#include "hash.h"

View File

@ -34,7 +34,6 @@
*/
#include "stdinc.h"
#include "tools.h"
#include "channel.h"
#include "client.h"
#include "hash.h"
@ -47,7 +46,6 @@
#include "msg.h"
#include "parse.h"
#include "modules.h"
#include "event.h"
static rb_dlink_list safelisting_clients = { NULL, NULL, 0 };

View File

@ -31,7 +31,6 @@
*/
#include "stdinc.h"
#include "tools.h"
#include "client.h"
#include "msg.h"
#include "parse.h"

View File

@ -26,7 +26,6 @@
#include "stdinc.h"
#include "client.h"
#include "tools.h"
#include "ircd.h"
#include "send.h"
#include "numeric.h"

View File

@ -26,7 +26,6 @@
#include "stdinc.h"
#include "sprintf_irc.h"
#include "tools.h"
#include "channel.h"
#include "client.h"
#include "common.h"

View File

@ -25,13 +25,11 @@
*/
#include "stdinc.h"
#include "tools.h"
#include "client.h"
#include "common.h"
#include "irc_string.h"
#include "ircd.h"
#include "numeric.h"
#include "commio.h"
#include "s_conf.h"
#include "s_newconf.h"
#include "s_log.h"

View File

@ -30,7 +30,6 @@
*/
#include "stdinc.h"
#include "tools.h"
#include "send.h"
#include "channel.h"
#include "client.h"
@ -38,7 +37,6 @@
#include "config.h"
#include "ircd.h"
#include "numeric.h"
#include "memory.h"
#include "s_serv.h"
#include "hash.h"
#include "msg.h"

View File

@ -41,7 +41,6 @@
#include "irc_string.h"
#include "ircd.h"
#include "numeric.h"
#include "commio.h"
#include "s_serv.h"
#include "s_conf.h"
#include "s_newconf.h"

View File

@ -31,7 +31,6 @@
#include "stdinc.h"
#include "tools.h"
#include "send.h"
#include "channel.h"
#include "client.h"
@ -39,7 +38,6 @@
#include "config.h"
#include "ircd.h"
#include "numeric.h"
#include "memory.h"
#include "s_conf.h"
#include "s_newconf.h"
#include "s_serv.h"

View File

@ -28,12 +28,10 @@
#include "stdinc.h"
#include "client.h"
#include "event.h"
#include "irc_string.h"
#include "sprintf_irc.h"
#include "ircd.h"
#include "numeric.h"
#include "commio.h"
#include "s_serv.h"
#include "send.h"
#include "common.h"

View File

@ -31,7 +31,6 @@
#include "stdinc.h"
#include "tools.h"
#include "send.h"
#include "channel.h"
#include "client.h"
@ -39,7 +38,6 @@
#include "config.h"
#include "ircd.h"
#include "numeric.h"
#include "memory.h"
#include "s_conf.h"
#include "s_serv.h"
#include "hash.h"

View File

@ -41,7 +41,6 @@
#include "irc_string.h"
#include "ircd.h"
#include "numeric.h"
#include "commio.h"
#include "s_serv.h"
#include "s_conf.h"
#include "s_newconf.h"

View File

@ -25,7 +25,6 @@
*/
#include "stdinc.h"
#include "tools.h" /* rb_dlink_node/rb_dlink_list */
#include "class.h" /* report_classes */
#include "client.h" /* Client */
#include "common.h" /* TRUE/FALSE */
@ -38,14 +37,11 @@
#include "numeric.h" /* ERR_xxx */
#include "scache.h" /* list_scache */
#include "send.h" /* sendto_one */
#include "commio.h" /* highest_fd */
#include "s_conf.h" /* ConfItem */
#include "s_serv.h" /* hunt_server */
#include "s_stats.h" /* tstats */
#include "s_user.h" /* show_opers */
#include "event.h" /* events */
#include "blacklist.h" /* dnsbl stuff */
#include "linebuf.h"
#include "parse.h"
#include "modules.h"
#include "hook.h"

View File

@ -31,7 +31,6 @@
*/
#include "stdinc.h"
#include "tools.h"
#include "send.h"
#include "channel.h"
#include "client.h"

View File

@ -30,7 +30,6 @@
* $Id: m_testline.c 3303 2007-03-28 15:22:49Z jilles $
*/
#include "stdinc.h"
#include "tools.h"
#include "send.h"
#include "client.h"
#include "modules.h"

View File

@ -25,7 +25,6 @@
*/
#include "stdinc.h"
#include "tools.h"
#include "channel.h"
#include "client.h"
#include "hash.h"

View File

@ -34,7 +34,6 @@
#include "irc_string.h"
#include "ircd.h"
#include "numeric.h"
#include "commio.h"
#include "s_serv.h"
#include "s_conf.h"
#include "s_newconf.h"

View File

@ -24,7 +24,6 @@
* $Id: m_who.c 3350 2007-04-02 22:03:08Z jilles $
*/
#include "stdinc.h"
#include "tools.h"
#include "common.h"
#include "client.h"
#include "channel.h"

View File

@ -25,7 +25,6 @@
*/
#include "stdinc.h"
#include "tools.h"
#include "common.h"
#include "client.h"
#include "hash.h"

View File

@ -31,7 +31,6 @@
*/
#include "stdinc.h"
#include "tools.h"
#include "send.h"
#include "channel.h"
#include "client.h"
@ -40,7 +39,6 @@
#include "class.h"
#include "ircd.h"
#include "numeric.h"
#include "memory.h"
#include "s_log.h"
#include "s_serv.h"
#include "whowas.h"

View File

@ -36,8 +36,6 @@
#include "stdinc.h"
#include "client.h"
#include "res.h"
#include "tools.h"
#include "memory.h"
#include "numeric.h"
#include "reject.h"
#include "s_conf.h"

View File

@ -36,11 +36,7 @@
#include "ircd_defs.h"
#include "common.h"
#include "s_conf.h"
#include "tools.h"
#include "client.h"
#include "memory.h"
#include "balloc.h"
#include "event.h"
#include "hash.h"
#include "cache.h"
#include "sprintf_irc.h"

View File

@ -25,7 +25,6 @@
*/
#include "stdinc.h"
#include "tools.h"
#include "channel.h"
#include "client.h"
#include "common.h"
@ -41,9 +40,6 @@
#include "whowas.h"
#include "s_conf.h" /* ConfigFileEntry, ConfigChannel */
#include "s_newconf.h"
#include "event.h"
#include "memory.h"
#include "balloc.h"
#include "s_log.h"
extern rb_dlink_list global_channel_list;

View File

@ -26,7 +26,6 @@
*/
#include "stdinc.h"
#include "tools.h"
#include "channel.h"
#include "client.h"
#include "common.h"
@ -42,9 +41,6 @@
#include "whowas.h"
#include "s_conf.h" /* ConfigFileEntry, ConfigChannel */
#include "s_newconf.h"
#include "event.h"
#include "memory.h"
#include "balloc.h"
#include "s_log.h"
/* bitmasks for error returns, so we send once per call */

View File

@ -27,7 +27,6 @@
#include "stdinc.h"
#include "config.h"
#include "tools.h"
#include "class.h"
#include "client.h"
#include "common.h"
@ -37,7 +36,6 @@
#include "s_newconf.h"
#include "send.h"
#include "irc_string.h"
#include "memory.h"
#define BAD_CONF_CLASS -1
#define BAD_PING -2

View File

@ -27,11 +27,9 @@
#include "stdinc.h"
#include "config.h"
#include "tools.h"
#include "client.h"
#include "class.h"
#include "common.h"
#include "event.h"
#include "hash.h"
#include "irc_string.h"
#include "sprintf_irc.h"
@ -40,7 +38,6 @@
#include "numeric.h"
#include "packet.h"
#include "s_auth.h"
#include "commio.h"
#include "s_conf.h"
#include "s_newconf.h"
#include "s_log.h"
@ -49,11 +46,8 @@
#include "send.h"
#include "whowas.h"
#include "s_user.h"
#include "linebuf.h"
#include "hash.h"
#include "memory.h"
#include "hostmask.h"
#include "balloc.h"
#include "listener.h"
#include "hook.h"
#include "msg.h"

View File

@ -23,7 +23,6 @@
*/
#include "stdinc.h"
#include "tools.h"
#include "channel.h"
#include "client.h"
#include "common.h"

View File

@ -26,7 +26,6 @@
#include "stdinc.h"
#include "ircd_defs.h"
#include "tools.h"
#include "s_conf.h"
#include "channel.h"
#include "client.h"
@ -36,7 +35,6 @@
#include "ircd.h"
#include "numeric.h"
#include "send.h"
#include "memory.h"
#include "msg.h"
#include "cache.h"
#include "s_newconf.h"

View File

@ -37,8 +37,6 @@
* $Id: hook.c 712 2006-02-06 04:42:14Z gxti $
*/
#include "stdinc.h"
#include "memory.h"
#include "tools.h"
#include "hook.h"
#include "irc_string.h"

View File

@ -26,7 +26,6 @@
*/
#include "stdinc.h"
#include "memory.h"
#include "ircd_defs.h"
#include "s_conf.h"
#include "hostmask.h"

View File

@ -24,12 +24,9 @@
#include "stdinc.h"
#include "sprintf_irc.h"
#include "tools.h"
#include "irc_string.h"
#include "client.h"
#include "memory.h"
#include "setup.h"
#include "balloc.h"
#include "irc_dictionary.h"
static BlockHeap *elem_heap = NULL;

View File

@ -26,10 +26,8 @@
#include "stdinc.h"
#include "sprintf_irc.h"
#include "tools.h"
#include "irc_string.h"
#include "client.h"
#include "memory.h"
#include "setup.h"
#ifndef INADDRSZ

View File

@ -28,13 +28,11 @@
#include "setup.h"
#include "config.h"
#include "tools.h"
#include "ircd.h"
#include "channel.h"
#include "class.h"
#include "client.h"
#include "common.h"
#include "event.h"
#include "hash.h"
#include "irc_string.h"
#include "ircd_signal.h"
@ -47,7 +45,6 @@
#include "res.h"
#include "restart.h"
#include "s_auth.h"
#include "commio.h"
#include "s_conf.h"
#include "s_log.h"
#include "s_serv.h" /* try_connections */
@ -58,17 +55,14 @@
#include "supported.h"
#include "whowas.h"
#include "modules.h"
#include "memory.h"
#include "hook.h"
#include "ircd_getopt.h"
#include "balloc.h"
#include "newconf.h"
#include "reject.h"
#include "s_conf.h"
#include "s_newconf.h"
#include "cache.h"
#include "monitor.h"
#include "libcharybdis.h"
#include "patchlevel.h"
#include "serno.h"

View File

@ -25,8 +25,6 @@
#include "ircd.h" /* dorehash */
#include "restart.h" /* server_reboot */
#include "s_log.h"
#include "memory.h"
#include "commio.h"
#include "s_conf.h"
#include "client.h"
#include "send.h"

View File

@ -38,14 +38,11 @@
#include "config.h"
#include "client.h"
#include "tools.h"
#include "tools.h"
#include "ircd.h"
#include "channel.h"
#include "class.h"
#include "client.h"
#include "common.h"
#include "event.h"
#include "hash.h"
#include "irc_string.h"
#include "ircd_signal.h"
@ -58,7 +55,6 @@
#include "res.h"
#include "restart.h"
#include "s_auth.h"
#include "commio.h"
#include "s_conf.h"
#include "s_log.h"
#include "s_serv.h" /* try_connections */
@ -68,10 +64,8 @@
#include "send.h"
#include "whowas.h"
#include "modules.h"
#include "memory.h"
#include "hook.h"
#include "ircd_getopt.h"
#include "balloc.h"
#include "newconf.h"
#include "patricia.h"
#include "reject.h"
@ -79,7 +73,6 @@
#include "s_newconf.h"
#include "cache.h"
#include "monitor.h"
#include "libcharybdis.h"
#include "patchlevel.h"
#include "serno.h"

View File

@ -25,14 +25,12 @@
*/
#include "stdinc.h"
#include "tools.h"
#include "s_log.h"
#include "s_conf.h"
#include "s_newconf.h"
#include "hostmask.h"
#include "client.h"
#include "irc_string.h"
#include "memory.h"
#include "hash.h"
/* conf_add_fields()

View File

@ -33,12 +33,10 @@
#include "ircd.h"
#include "ircd_defs.h"
#include "numeric.h"
#include "commio.h"
#include "s_conf.h"
#include "s_newconf.h"
#include "s_stats.h"
#include "send.h"
#include "memory.h"
#include "s_auth.h"
#include "reject.h"
#include "s_conf.h"

View File

@ -38,8 +38,6 @@
#include "parse.h"
#include "ircd_defs.h"
#include "irc_string.h"
#include "memory.h"
#include "tools.h"
#include "sprintf_irc.h"

View File

@ -32,13 +32,9 @@
* $Id: monitor.c 3520 2007-06-30 22:15:35Z jilles $
*/
#include "stdinc.h"
#include "tools.h"
#include "client.h"
#include "memory.h"
#include "balloc.h"
#include "monitor.h"
#include "hash.h"
#include "event.h"
#include "numeric.h"
static struct monitor *monitorTable[MONITOR_HASH_SIZE];

View File

@ -9,9 +9,7 @@
#include <openssl/rsa.h>
#endif
#include "memory.h"
#include "newconf.h"
#include "tools.h"
#include "ircd_defs.h"
#include "sprintf_irc.h"
#include "common.h"
@ -25,7 +23,6 @@
#include "listener.h"
#include "hostmask.h"
#include "s_serv.h"
#include "event.h"
#include "hash.h"
#include "cache.h"
#include "ircd.h"

View File

@ -31,7 +31,6 @@
#include "numeric.h"
#include "irc_string.h"
#include "common.h" /* NULL cripes */
#include "memory.h"
#include "messages.tab"

View File

@ -24,8 +24,6 @@
* $Id: packet.c 3446 2007-05-14 22:21:16Z jilles $
*/
#include "stdinc.h"
#include "tools.h"
#include "commio.h"
#include "s_conf.h"
#include "s_serv.h"
#include "client.h"
@ -34,7 +32,6 @@
#include "parse.h"
#include "packet.h"
#include "irc_string.h"
#include "memory.h"
#include "hook.h"
#include "send.h"

View File

@ -40,7 +40,6 @@
#include "send.h"
#include "msg.h"
#include "s_conf.h"
#include "memory.h"
#include "s_serv.h"
#include "packet.h"

View File

@ -28,8 +28,6 @@
#include "patricia.h"
#include "client.h"
#include "s_conf.h"
#include "event.h"
#include "tools.h"
#include "reject.h"
#include "s_stats.h"
#include "msg.h"

View File

@ -29,11 +29,8 @@
#include "ircd_defs.h"
#include "common.h"
#include "ircd.h"
#include "commio.h"
#include "res.h"
#include "reslib.h"
#include "tools.h"
#include "event.h"
#include "irc_string.h"
#include "sprintf_irc.h"
#include "numeric.h"

View File

@ -84,11 +84,8 @@
#include "ircd_defs.h"
#include "common.h"
#include "ircd.h"
#include "commio.h"
#include "res.h"
#include "reslib.h"
#include "tools.h"
#include "event.h"
#include "irc_string.h"
#include "sprintf_irc.h"

View File

@ -25,14 +25,12 @@
*/
#include "stdinc.h"
#include "tools.h"
#include "restart.h"
#include "common.h"
#include "ircd.h"
#include "send.h"
#include "s_log.h"
#include "client.h" /* for FLAGS_ALL */
#include "memory.h"
/* external var */
extern char **myargv;

View File

@ -35,23 +35,19 @@
*/
#include "stdinc.h"
#include "config.h"
#include "tools.h"
#include "s_auth.h"
#include "s_conf.h"
#include "client.h"
#include "common.h"
#include "event.h"
#include "irc_string.h"
#include "sprintf_irc.h"
#include "ircd.h"
#include "numeric.h"
#include "packet.h"
#include "res.h"
#include "commio.h"
#include "s_log.h"
#include "s_stats.h"
#include "send.h"
#include "memory.h"
#include "hook.h"
#include "blacklist.h"

View File

@ -26,7 +26,6 @@
#include "stdinc.h"
#include "ircd_defs.h"
#include "tools.h"
#include "s_conf.h"
#include "s_newconf.h"
#include "s_serv.h"
@ -35,7 +34,6 @@
#include "class.h"
#include "client.h"
#include "common.h"
#include "event.h"
#include "hash.h"
#include "irc_string.h"
#include "sprintf_irc.h"
@ -44,12 +42,9 @@
#include "hostmask.h"
#include "modules.h"
#include "numeric.h"
#include "commio.h"
#include "s_log.h"
#include "send.h"
#include "s_gline.h"
#include "memory.h"
#include "balloc.h"
#include "patricia.h"
#include "reject.h"
#include "cache.h"

View File

@ -25,7 +25,6 @@
*/
#include "stdinc.h"
#include "tools.h"
#include "channel.h"
#include "client.h"
#include "common.h"
@ -34,7 +33,6 @@
#include "ircd.h"
#include "hostmask.h"
#include "numeric.h"
#include "commio.h"
#include "s_conf.h"
#include "scache.h"
#include "send.h"
@ -42,8 +40,6 @@
#include "s_serv.h"
#include "s_gline.h"
#include "hash.h"
#include "event.h"
#include "memory.h"
rb_dlink_list glines;

View File

@ -37,16 +37,12 @@
#include "common.h"
#include "s_conf.h"
#include "s_newconf.h"
#include "tools.h"
#include "client.h"
#include "memory.h"
#include "s_serv.h"
#include "send.h"
#include "hostmask.h"
#include "newconf.h"
#include "hash.h"
#include "balloc.h"
#include "event.h"
#include "sprintf_irc.h"
#include "irc_dictionary.h"

View File

@ -30,12 +30,10 @@
#include <openssl/rsa.h>
#endif
#include "tools.h"
#include "s_serv.h"
#include "class.h"
#include "client.h"
#include "common.h"
#include "event.h"
#include "hash.h"
#include "irc_string.h"
#include "sprintf_irc.h"
@ -44,7 +42,6 @@
#include "numeric.h"
#include "packet.h"
#include "res.h"
#include "commio.h"
#include "s_conf.h"
#include "s_newconf.h"
#include "s_log.h"
@ -53,7 +50,6 @@
#include "scache.h"
#include "send.h"
#include "client.h"
#include "memory.h"
#include "channel.h" /* chcap_usage_counts stuff... */
#include "hook.h"
#include "msg.h"

View File

@ -30,9 +30,7 @@
#include "irc_string.h"
#include "ircd.h"
#include "numeric.h"
#include "commio.h"
#include "send.h"
#include "memory.h"
#include "s_conf.h"
#include "s_newconf.h"
#include "whowas.h"

View File

@ -25,7 +25,6 @@
*/
#include "stdinc.h"
#include "tools.h"
#include "s_user.h"
#include "channel.h"
#include "class.h"
@ -38,7 +37,6 @@
#include "listener.h"
#include "msg.h"
#include "numeric.h"
#include "commio.h"
#include "s_conf.h"
#include "s_newconf.h"
#include "s_log.h"
@ -48,7 +46,6 @@
#include "send.h"
#include "supported.h"
#include "whowas.h"
#include "memory.h"
#include "packet.h"
#include "reject.h"
#include "cache.h"

View File

@ -32,7 +32,6 @@
#include "numeric.h"
#include "send.h"
#include "scache.h"
#include "memory.h"
#include "s_conf.h"

View File

@ -25,7 +25,6 @@
*/
#include "stdinc.h"
#include "tools.h"
#include "send.h"
#include "channel.h"
#include "class.h"
@ -34,14 +33,11 @@
#include "irc_string.h"
#include "ircd.h"
#include "numeric.h"
#include "commio.h"
#include "s_serv.h"
#include "sprintf_irc.h"
#include "s_conf.h"
#include "s_newconf.h"
#include "linebuf.h"
#include "s_log.h"
#include "memory.h"
#include "hook.h"
#include "monitor.h"

View File

@ -34,8 +34,6 @@
*/
#include "stdinc.h"
#include "tools.h"
#include "balloc.h"
#include "s_user.h"
#include "irc_string.h"

View File

@ -81,7 +81,6 @@
*/
#include "stdinc.h"
#include "tools.h"
#include "client.h"
#include "common.h"
#include "numeric.h"

View File

@ -38,7 +38,6 @@
#include "s_user.h"
#include "send.h"
#include "s_conf.h"
#include "memory.h"
#include "scache.h"
/* internally defined function */