X-Git-Url: http://git.silc.fi/gitweb/?a=blobdiff_plain;f=lib%2Fsilcutil%2Fsilchashtable.c;h=f440be49488a7829153046ccaf58a79a0f60a87f;hb=a788ad407a51e84cfd41fedc6c053e62283ea2d7;hp=13c655e792160a6af32414ee3c2d65784fc6848e;hpb=72c2de619079457f7a68100eb13385275a424a23;p=runtime.git diff --git a/lib/silcutil/silchashtable.c b/lib/silcutil/silchashtable.c index 13c655e7..f440be49 100644 --- a/lib/silcutil/silchashtable.c +++ b/lib/silcutil/silchashtable.c @@ -4,7 +4,7 @@ Author: Pekka Riikonen - Copyright (C) 2001 - 2007 Pekka Riikonen + Copyright (C) 2001 - 2008 Pekka Riikonen 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 @@ -23,10 +23,8 @@ However, this is reliable and no data is lost at any point. If you know that you never have duplicate keys then this is as fast as any simple hash table. */ -/* $Id$ */ -#include "silc.h" -#include "silchashtable.h" +#include "silcruntime.h" /* Define to 1 if you want hash table debug enabled */ #define SILC_HASH_TABLE_DEBUG 0