From 2d0c2ac415fb336c63f78eb3444d9de69b8b7340 Mon Sep 17 00:00:00 2001 From: Tim Cava Date: Mon, 15 Jul 2013 06:19:53 +0000 Subject: [PATCH] Including dcc.h in screen.c is unnecessary. git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@293 13b04d17-f746-0410-82c6-800466cd88b0 --- source/screen.c | 1 - 1 file changed, 1 deletion(-) diff --git a/source/screen.c b/source/screen.c index 740feb6..c33e4f2 100644 --- a/source/screen.c +++ b/source/screen.c @@ -31,7 +31,6 @@ CVS_REVISION(screen_c) #include "input.h" #include "log.h" #include "hook.h" -#include "dcc.h" #include "exec.h" #include "newio.h" #include "misc.h"