From be47d08d53bfb3603687c4eed402aa798d2a7d73 Mon Sep 17 00:00:00 2001 From: Tim Cava Date: Mon, 15 Jul 2013 06:19:02 +0000 Subject: [PATCH] Including dcc.h in exec.c is unnecessary. git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@292 13b04d17-f746-0410-82c6-800466cd88b0 --- source/exec.c | 1 - 1 file changed, 1 deletion(-) diff --git a/source/exec.c b/source/exec.c index 2a8b1f4..dc30bf6 100644 --- a/source/exec.c +++ b/source/exec.c @@ -13,7 +13,6 @@ static char cvsrevision[] = "$Id$"; CVS_REVISION(exec_c) #include "struct.h" -#include "dcc.h" #include "exec.h" #include "vars.h" #include "ircaux.h"