X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fngircd%2Fhash.c;h=cdac5e8d01831d477d2671b0d729f980f93ef967;hb=c8162a80beba80f3b1d04fdba8e74bf5366c47f7;hp=3c600384b6b2f034a2d3f3455ad07a20e21d639e;hpb=62865f7e1910d08ad8d72cb89f830f6d9411ffa2;p=ngircd-alex.git diff --git a/src/ngircd/hash.c b/src/ngircd/hash.c index 3c600384..cdac5e8d 100644 --- a/src/ngircd/hash.c +++ b/src/ngircd/hash.c @@ -1,6 +1,6 @@ /* * ngIRCd -- The Next Generation IRC Daemon - * Copyright (c)2001-2010 Alexander Barton (alex@barton.de) + * Copyright (c)2001-2014 Alexander Barton (alex@barton.de) and Contributors. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -16,14 +16,12 @@ * Hash calculation */ -#include "imp.h" #include #include #include "defines.h" #include "tool.h" -#include "exp.h" #include "hash.h" static UINT32 jenkins_hash PARAMS((UINT8 *k, UINT32 length, UINT32 initval));