From: Florian Westphal Date: Sat, 19 Mar 2005 14:50:59 +0000 (+0000) Subject: removed unneeded log.h include. X-Git-Tag: rel-0-9-0-pre1~89 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8a2ed0a75f5f3749070f2c7002c3c4ee38118355;p=ngircd removed unneeded log.h include. --- diff --git a/src/ngircd/hash.c b/src/ngircd/hash.c index 820c8f68..2f46d280 100644 --- a/src/ngircd/hash.c +++ b/src/ngircd/hash.c @@ -14,14 +14,13 @@ #include "portab.h" -static char UNUSED id[] = "$Id: hash.c,v 1.9 2002/12/26 16:25:43 alex Exp $"; +static char UNUSED id[] = "$Id: hash.c,v 1.10 2005/03/19 14:50:59 fw Exp $"; #include "imp.h" #include #include #include "defines.h" -#include "log.h" #include "tool.h" #include "exp.h"