aboutsummaryrefslogtreecommitdiffstats
path: root/test/rspamd_expression_test.c
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@rambler-co.ru>2009-03-20 18:35:30 +0300
committerVsevolod Stakhov <vsevolod@rambler-co.ru>2009-03-20 18:35:30 +0300
commitafdaddc4d0745a5bcefad73dd74fd4c03ae3de15 (patch)
tree83d86453410f1d88ee3ed0116ce90e730c99aa9e /test/rspamd_expression_test.c
parentfb00c75abdfeaa15302a5922859e424b0313d5b5 (diff)
downloadrspamd-afdaddc4d0745a5bcefad73dd74fd4c03ae3de15.tar.gz
rspamd-afdaddc4d0745a5bcefad73dd74fd4c03ae3de15.zip
* Add fuzzy hashes implementation (with adler-32 roll hash and FNV-32 hash)
* Add test case for fuzzy hashing check
Diffstat (limited to 'test/rspamd_expression_test.c')
-rw-r--r--test/rspamd_expression_test.c14
1 files changed, 0 insertions, 14 deletions
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 <sys/types.h>
-#include <sys/time.h>
-#include <sys/wait.h>
-#include <sys/param.h>
-
-#include <netinet/in.h>
-#include <arpa/inet.h>
-#include <netdb.h>
-#include <syslog.h>
-#include <fcntl.h>
-#include <stdlib.h>
-#include <string.h>
-#include <stdio.h>
-
#include "../src/config.h"
#include "../src/main.h"
#include "../src/cfg_file.h"