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/rspamadm | |
parent | 11021601e04634213a31df0c16aa4d1c064201ac (diff) | |
download | rspamd-71d52e806a4780d95eb0322544330e31a7a375d9.tar.gz rspamd-71d52e806a4780d95eb0322544330e31a7a375d9.zip |
[Minor] Fix various style issues
Diffstat (limited to 'src/rspamadm')
-rw-r--r-- | src/rspamadm/keypair.c | 3 | ||||
-rw-r--r-- | src/rspamadm/lua_repl.c | 2 |
2 files changed, 0 insertions, 5 deletions
diff --git a/src/rspamadm/keypair.c b/src/rspamadm/keypair.c index c339a7d88..4f54d0b55 100644 --- a/src/rspamadm/keypair.c +++ b/src/rspamadm/keypair.c @@ -18,9 +18,6 @@ #include "cryptobox.h" #include "printf.h" #include "http.h" -#include "ucl.h" -#include "libcryptobox/keypair.h" -#include "libutil/str_util.h" static gboolean hex_encode = FALSE; static gboolean raw = FALSE; diff --git a/src/rspamadm/lua_repl.c b/src/rspamadm/lua_repl.c index 2f6ee5676..58c803e3e 100644 --- a/src/rspamadm/lua_repl.c +++ b/src/rspamadm/lua_repl.c @@ -16,13 +16,11 @@ #include "config.h" #include "rspamadm.h" -#include "cryptobox.h" #include "libutil/http.h" #include "libutil/http_private.h" #include "printf.h" #include "lua/lua_common.h" #include "message.h" -#include "task.h" #include "unix-std.h" #include "linenoise.h" #include "worker_util.h" |