summaryrefslogtreecommitdiffstats
path: root/src/lua/lua_parsers.c
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2021-05-20 10:46:57 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2021-05-20 10:46:57 +0100
commitc0176958950a91cec4e1a2b1bc0f898ca9bf5c1c (patch)
tree7ac0c87aa8e3172dd23498886d384b061feee149 /src/lua/lua_parsers.c
parent0491cbc3f9bf154002902e0a5fd70b842e90a2bb (diff)
downloadrspamd-c0176958950a91cec4e1a2b1bc0f898ca9bf5c1c.tar.gz
rspamd-c0176958950a91cec4e1a2b1bc0f898ca9bf5c1c.zip
[Minor] Move html code to a separate subdir (no functional changes)
Diffstat (limited to 'src/lua/lua_parsers.c')
-rw-r--r--src/lua/lua_parsers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lua/lua_parsers.c b/src/lua/lua_parsers.c
index edc838b6c..a0c2f264d 100644
--- a/src/lua/lua_parsers.c
+++ b/src/lua/lua_parsers.c
@@ -17,7 +17,7 @@
#include "lua_common.h"
#include "tokenizers/tokenizers.h"
#include "contrib/uthash/utlist.h"
-#include "libserver/html.h"
+#include "libserver/html/html.h"
#include "libmime/email_addr.h"
#include "libmime/content_type.h"
#include "libmime/mime_headers.h"