aboutsummaryrefslogtreecommitdiffstats
path: root/src/lua/lua_cfg_file.c
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2015-03-19 16:19:09 +0000
committerVsevolod Stakhov <vsevolod@highsecure.ru>2015-03-19 16:19:09 +0000
commit943734997a929e3d952be693ff7b202a9314680b (patch)
tree2f494aa663186e7d9bf15152b086416b30ccef4a /src/lua/lua_cfg_file.c
parent68a73330ad168d5876355af08d802c161501c77a (diff)
downloadrspamd-943734997a929e3d952be693ff7b202a9314680b.tar.gz
rspamd-943734997a929e3d952be693ff7b202a9314680b.zip
Remove expressions pollutions from parts of rspamd.
Diffstat (limited to 'src/lua/lua_cfg_file.c')
-rw-r--r--src/lua/lua_cfg_file.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lua/lua_cfg_file.c b/src/lua/lua_cfg_file.c
index c29b4b2b1..9ad333132 100644
--- a/src/lua/lua_cfg_file.c
+++ b/src/lua/lua_cfg_file.c
@@ -23,7 +23,6 @@
*/
#include "lua_common.h"
-#include "expressions.h"
#include "symbols_cache.h"
#ifdef HAVE_SYS_UTSNAME_H
#include <sys/utsname.h>