X-Git-Url: https://jfr.im/git/solanum.git/blobdiff_plain/ff12cc94790de2e87e78ee7aa378f21fa415d73c..91b1278224692433c4ec42ee04e06cf64373dde3:/ircd/class.c diff --git a/ircd/class.c b/ircd/class.c index a7eb528a..71a221d1 100644 --- a/ircd/class.c +++ b/ircd/class.c @@ -20,16 +20,13 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * USA - * - * $Id: class.c 254 2005-09-21 23:35:12Z nenolod $ */ #include "stdinc.h" -#include "config.h" +#include "defaults.h" #include "class.h" #include "client.h" -#include "common.h" #include "ircd.h" #include "numeric.h" #include "s_conf.h" @@ -37,9 +34,7 @@ #include "send.h" #include "match.h" -#define BAD_CONF_CLASS -1 #define BAD_PING -2 -#define BAD_CLIENT_CLASS -3 rb_dlink_list class_list; struct Class *default_class;