about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2005-03-19 14:50:59 +0000
committerFlorian Westphal <fw@strlen.de>2005-03-19 14:50:59 +0000
commit8a2ed0a75f5f3749070f2c7002c3c4ee38118355 (patch)
tree43599768c186823b9f1a8efd1dd616816c7f9988 /src
parent5fdd5be12b380c052444ffdfe80dd8d0418e8a4c (diff)
downloadngircd-8a2ed0a75f5f3749070f2c7002c3c4ee38118355.tar.gz
ngircd-8a2ed0a75f5f3749070f2c7002c3c4ee38118355.zip
removed unneeded log.h include.
Diffstat (limited to 'src')
-rw-r--r--src/ngircd/hash.c3
1 files changed, 1 insertions, 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 <assert.h>
 #include <string.h>
 
 #include "defines.h"
-#include "log.h"
 #include "tool.h"
 
 #include "exp.h"