From 8a2ed0a75f5f3749070f2c7002c3c4ee38118355 Mon Sep 17 00:00:00 2001 From: Florian Westphal Date: Sat, 19 Mar 2005 14:50:59 +0000 Subject: [PATCH] removed unneeded log.h include. --- src/ngircd/hash.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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"