From 4309055cf7727dea299f9b96e3190116d6f09ea6 Mon Sep 17 00:00:00 2001 From: Tim Cava Date: Mon, 15 Jul 2013 06:02:23 +0000 Subject: [PATCH] Including dcc.h in commands2.c is unnecessary. git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@291 13b04d17-f746-0410-82c6-800466cd88b0 --- source/commands2.c | 1 - 1 file changed, 1 deletion(-) diff --git a/source/commands2.c b/source/commands2.c index 53c94e6..20cde2a 100644 --- a/source/commands2.c +++ b/source/commands2.c @@ -51,7 +51,6 @@ CVS_REVISION(commands2_c) #include "history.h" #include "funny.h" #include "ctcp.h" -#include "dcc.h" #include "output.h" #include "exec.h" #include "notify.h"