diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2017-03-23 17:44:04 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2017-03-23 17:44:04 +0000 |
commit | 71d52e806a4780d95eb0322544330e31a7a375d9 (patch) | |
tree | 15709221c847de6b85ebbb3ad020a29441b1cbfb /src/libmime/archives.c | |
parent | 11021601e04634213a31df0c16aa4d1c064201ac (diff) | |
download | rspamd-71d52e806a4780d95eb0322544330e31a7a375d9.tar.gz rspamd-71d52e806a4780d95eb0322544330e31a7a375d9.zip |
[Minor] Fix various style issues
Diffstat (limited to 'src/libmime/archives.c')
-rw-r--r-- | src/libmime/archives.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libmime/archives.c b/src/libmime/archives.c index d714335fd..2123e1131 100644 --- a/src/libmime/archives.c +++ b/src/libmime/archives.c @@ -18,7 +18,6 @@ #include "message.h" #include "task.h" #include "archives.h" -#include "fstring.h" static void rspamd_archive_dtor (gpointer p) |