Simplify and rename mmap_full_file().
[adu.git] / bloom.c
diff --git a/bloom.c b/bloom.c
index b9de98b4ecddcf8e1fc03e9a21a79b24238b9fff..a0e91d40f4c09282a8ba583d34190ba29a526479 100644 (file)
--- a/bloom.c
+++ b/bloom.c
@@ -1,17 +1,11 @@
 /*
- * Copyright (C) 2008 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2008 Andre Noll <maan@tuebingen.mpg.de>
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
 
 /** \file bloom.c Simple bloom filter implementation. */
 
-#include <stdio.h>
-#include <stdlib.h>
-#include <inttypes.h>
-#include <string.h>
-#include <assert.h>
-
 #include "adu.h"
 #include "string.h"
 #include "bloom.h"