Browse Source

[Minor] Remove some useless includes

tags/2.6
Vsevolod Stakhov 4 years ago
parent
commit
4d5f68b647
2 changed files with 0 additions and 7 deletions
  1. 0
    1
      src/plugins/chartable.c
  2. 0
    6
      src/rspamd.c

+ 0
- 1
src/plugins/chartable.c View File

@@ -27,7 +27,6 @@
#include "libmime/message.h"
#include "rspamd.h"
#include "libstat/stat_api.h"
#include "libstat/tokenizers/tokenizers.h"
#include "libmime/lang_detection.h"

#include "unicode/utf8.h"

+ 0
- 6
src/rspamd.c View File

@@ -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>

Loading…
Cancel
Save