]> jfr.im git - solanum.git/blobdiff - ircd/parse.c
Update news
[solanum.git] / ircd / parse.c
index e26afd1388e937f2e34d8f66461da9bb332b7f58..74c5fddb2c16e84aebd168bc00e8ac5142f641bf 100644 (file)
@@ -27,7 +27,6 @@
 #include "parse.h"
 #include "client.h"
 #include "channel.h"
-#include "common.h"
 #include "hash.h"
 #include "match.h"
 #include "ircd.h"
@@ -42,8 +41,8 @@
 #include "packet.h"
 #include "s_assert.h"
 
-struct Dictionary *cmd_dict = NULL;
-struct Dictionary *alias_dict = NULL;
+rb_dictionary *cmd_dict = NULL;
+rb_dictionary *alias_dict = NULL;
 
 static void cancel_clients(struct Client *, struct Client *);
 static void remove_unknown(struct Client *, const char *, char *);