X-Git-Url: http://git.tuebingen.mpg.de/?p=adu.git;a=blobdiff_plain;f=bloom.c;h=a0e91d40f4c09282a8ba583d34190ba29a526479;hp=b9de98b4ecddcf8e1fc03e9a21a79b24238b9fff;hb=cd5cfb4c2dbbf5615c78d1e439f0cbfb08437b43;hpb=f9338eb031ef2bd9ec9d18d80140e7b539e47db0 diff --git a/bloom.c b/bloom.c index b9de98b..a0e91d4 100644 --- a/bloom.c +++ b/bloom.c @@ -1,17 +1,11 @@ /* - * Copyright (C) 2008 Andre Noll + * Copyright (C) 2008 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ /** \file bloom.c Simple bloom filter implementation. */ -#include -#include -#include -#include -#include - #include "adu.h" #include "string.h" #include "bloom.h"