projects
/
adu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9338eb
)
bloom.c: Remove some unneccessary includes.
author
Andre Noll
<maan@systemlinux.org>
Thu, 25 Dec 2008 10:48:53 +0000
(11:48 +0100)
committer
Andre Noll
<maan@systemlinux.org>
Thu, 25 Dec 2008 10:48:53 +0000
(11:48 +0100)
bloom.c
patch
|
blob
|
history
diff --git
a/bloom.c
b/bloom.c
index
b9de98b
..
ec12d51
100644
(file)
--- a/
bloom.c
+++ b/
bloom.c
@@
-6,12
+6,6
@@
/** \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"