diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2020-02-11 12:34:40 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2020-02-11 12:34:40 +0000 |
commit | 41e28d1148a308957735875abb271d22ba0b4432 (patch) | |
tree | 8d549898192d0d513568140cd71e9475f982dea9 /src/rspamadm/control.c | |
parent | cb070eea5c1a2e39336171b37688202f334f7d70 (diff) | |
download | rspamd-41e28d1148a308957735875abb271d22ba0b4432.tar.gz rspamd-41e28d1148a308957735875abb271d22ba0b4432.zip |
[Rework] Further project structure reorganisation
Diffstat (limited to 'src/rspamadm/control.c')
-rw-r--r-- | src/rspamadm/control.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rspamadm/control.c b/src/rspamadm/control.c index a089b70f7..7bf2a3145 100644 --- a/src/rspamadm/control.c +++ b/src/rspamadm/control.c @@ -17,8 +17,8 @@ #include "rspamadm.h" #include "cryptobox.h" #include "printf.h" -#include "libutil/http_connection.h" -#include "libutil/http_private.h" +#include "libserver/http/http_connection.h" +#include "libserver/http/http_private.h" #include "addr.h" #include "unix-std.h" #include "contrib/libev/ev.h" |