X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=bloom.c;h=a0e91d40f4c09282a8ba583d34190ba29a526479;hb=4884395952589ec5310ad6220928d4bd25ab10cb;hp=b9de98b4ecddcf8e1fc03e9a21a79b24238b9fff;hpb=f9338eb031ef2bd9ec9d18d80140e7b539e47db0;p=adu.git 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"