summaryrefslogtreecommitdiffstats
path: root/src/client
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2015-10-03 16:03:12 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2015-10-03 16:03:12 +0100
commit5f82133789e2af4cb4f27644624dd5194a2b9887 (patch)
tree2fd2e4797fb73fafe631781a15fd28a3adc14ee5 /src/client
parent79db8b276d01696b67fd2628a4a29697a7d62f8c (diff)
downloadrspamd-5f82133789e2af4cb4f27644624dd5194a2b9887.tar.gz
rspamd-5f82133789e2af4cb4f27644624dd5194a2b9887.zip
Avoid dependency on unneeded and uncompatible glib include.
Diffstat (limited to 'src/client')
-rw-r--r--src/client/rspamc.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/client/rspamc.c b/src/client/rspamc.c
index 6db2acb20..8c2878ced 100644
--- a/src/client/rspamc.c
+++ b/src/client/rspamc.c
@@ -25,10 +25,6 @@
#include "config.h"
#include "util.h"
#include "http.h"
-#include <sys/types.h>
-#include <sys/stat.h>
-#include <dirent.h>
-#include <glib-unix.h>
#include "rspamdclient.h"
#include "utlist.h"