From 73bf008b9fd9cd551b0fc0ef30bfb44e9b15ab93 Mon Sep 17 00:00:00 2001 From: Tim Cava Date: Mon, 15 Jul 2013 06:20:49 +0000 Subject: [PATCH] Remove a duplicate include of dcc.h. git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@294 13b04d17-f746-0410-82c6-800466cd88b0 --- source/tcl.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/tcl.c b/source/tcl.c index 6b5817b..dbaf4bb 100644 --- a/source/tcl.c +++ b/source/tcl.c @@ -7,8 +7,6 @@ #include "irc.h" #include "struct.h" - -#include "dcc.h" #include "parse.h" #include "ircterm.h" #include "server.h"