aboutsummaryrefslogtreecommitdiffstats
path: root/src/rspamd.c
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2020-06-27 20:35:37 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2020-06-27 20:35:37 +0100
commit4d5f68b64773dee39a10dfa5df6a4b4dd2068a09 (patch)
tree938f002430b0190c23957b0e7c73db8247e7a4ef /src/rspamd.c
parentc9b7bcc6cc802d53e2860ec0e88e46a2a78bccae (diff)
downloadrspamd-4d5f68b64773dee39a10dfa5df6a4b4dd2068a09.tar.gz
rspamd-4d5f68b64773dee39a10dfa5df6a4b4dd2068a09.zip
[Minor] Remove some useless includes
Diffstat (limited to 'src/rspamd.c')
-rw-r--r--src/rspamd.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/rspamd.c b/src/rspamd.c
index 7ea403258..a67e79165 100644
--- a/src/rspamd.c
+++ b/src/rspamd.c
@@ -36,18 +36,12 @@
#endif
#include <signal.h>
-#ifdef HAVE_SYS_WAIT_H
-#include <sys/wait.h>
-#endif
#ifdef HAVE_SYS_RESOURCE_H
#include <sys/resource.h>
#endif
#ifdef HAVE_LIBUTIL_H
#include <libutil.h>
#endif
-#ifdef HAVE_STROPS_H
-#include <stropts.h>
-#endif
#ifdef HAVE_OPENSSL
#include <openssl/err.h>