svn: 637
@@ -8,6 +8,7 @@
#include "eggmain.h"
#include "botcmd.h"
#include "net.h"
+#include "tclhash.h"
#include "misc.h"
#include "dcc.h"
#include "userrec.h"
@@ -13,6 +13,7 @@
#include "users.h"
#include "userent.h"
#include "match.h"
#include "main.h"
#include "dccutil.h"
@@ -1,8 +1,16 @@
+/*
+ * core_binds.c -- handles:
+ *
+ * binds for the CORE
+ */
+
extern cmd_t C_dcc[];
extern struct dcc_t *dcc;
@@ -8,6 +8,8 @@
+#include "cmds.h"
#include "color.h"
#include "salt.h"
@@ -35,7 +35,6 @@
#endif /* HAVE_ZLIB_H */
#include "tclegg.h"
-#include "tclhash.h"
#include "chan.h"
#include "compat/compat.h"
@@ -31,6 +31,7 @@
#include "src/types.h"
#include "src/cfg.h"
#include "src/cmds.h"
+#include "src/tclhash.h"
#include "modvals.h"
#include "src/tandem.h"
#include "modules.h"
#include "misc_file.h"
#include "rfc1459.h"
@@ -10,6 +10,7 @@
*/