common.h: raison d'être is gone, so out it goes.

Fold whatever was left into ircd_defs.h
This commit is contained in:
Elizabeth Myers 2016-03-23 09:33:56 -05:00
parent 7ac3261f97
commit 79435744c7
62 changed files with 12 additions and 97 deletions

View file

@ -31,7 +31,6 @@
#include "send.h"
#include "channel.h"
#include "client.h"
#include "common.h"
#include "defaults.h"
#include "ircd.h"
#include "match.h"

View file

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

View file

@ -25,7 +25,6 @@
#include "stdinc.h"
#include "channel.h"
#include "client.h"
#include "common.h"
#include "hash.h"
#include "match.h"
#include "ircd.h"

View file

@ -26,7 +26,6 @@
#include "client.h"
#include "ircd.h"
#include "numeric.h"
#include "common.h"
#include "s_conf.h"
#include "s_serv.h"
#include "msg.h"

View file

@ -40,7 +40,6 @@
#include "msg.h"
#include "parse.h"
#include "modules.h"
#include "common.h"
#include "packet.h"
#include "scache.h"
#include "s_newconf.h"

View file

@ -25,7 +25,6 @@
#include "stdinc.h"
#include "channel.h"
#include "client.h"
#include "common.h"
#include "hash.h"
#include "match.h"
#include "ircd.h"

View file

@ -24,7 +24,6 @@
#include "stdinc.h"
#include "client.h" /* client struct */
#include "common.h"
#include "hash.h" /* add_to_client_hash */
#include "match.h"
#include "ircd.h" /* me */

View file

@ -24,7 +24,6 @@
#include "stdinc.h"
#include "client.h"
#include "common.h"
#include "match.h"
#include "ircd.h"
#include "numeric.h"