From bcece60fa1bfd4bbb09a64c058835fe3245e1d18 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Thu, 19 Feb 2009 21:16:30 +0300 Subject: * Implement rspamd IO with IO dispatcher (TODO: still some issues with timeouts must be resolved) --- src/fstring.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/fstring.h') diff --git a/src/fstring.h b/src/fstring.h index 896cd8dcf..000ba74c6 100644 --- a/src/fstring.h +++ b/src/fstring.h @@ -5,12 +5,7 @@ #ifndef FSTRING_H #define FSTRING_H -#include #include "config.h" - -#ifdef HAVE_STDINT_H -#include -#endif #include "mem_pool.h" #define update_buf_size(x) (x)->free = (x)->buf->size - ((x)->pos - (x)->buf->begin); (x)->buf->len = (x)->pos - (x)->buf->begin -- cgit v1.2.3