From afdaddc4d0745a5bcefad73dd74fd4c03ae3de15 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Fri, 20 Mar 2009 18:35:30 +0300 Subject: * Add fuzzy hashes implementation (with adler-32 roll hash and FNV-32 hash) * Add test case for fuzzy hashing check --- test/rspamd_expression_test.c | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'test/rspamd_expression_test.c') diff --git a/test/rspamd_expression_test.c b/test/rspamd_expression_test.c index c81d3d381..7b723e9e6 100644 --- a/test/rspamd_expression_test.c +++ b/test/rspamd_expression_test.c @@ -1,17 +1,3 @@ -#include -#include -#include -#include - -#include -#include -#include -#include -#include -#include -#include -#include - #include "../src/config.h" #include "../src/main.h" #include "../src/cfg_file.h" -- cgit v1.2.3