aboutsummaryrefslogtreecommitdiffstats
path: root/src/lua
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2016-10-17 16:29:50 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2016-10-17 16:29:50 +0100
commit5dabd901c9015b0efa6930aa13988ff47278ebcc (patch)
treed5446430e7f7b4b061844e81d20218cd0dcb7d56 /src/lua
parente68174ff855b8dbe63e7ca1863b7a728380fcb7e (diff)
downloadrspamd-5dabd901c9015b0efa6930aa13988ff47278ebcc.tar.gz
rspamd-5dabd901c9015b0efa6930aa13988ff47278ebcc.zip
[Fix] Remove mentions of deleted include
Diffstat (limited to 'src/lua')
-rw-r--r--src/lua/lua_http.c1
-rw-r--r--src/lua/lua_tcp.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/lua/lua_http.c b/src/lua/lua_http.c
index 1225db138..0f234bcfb 100644
--- a/src/lua/lua_http.c
+++ b/src/lua/lua_http.c
@@ -14,7 +14,6 @@
* limitations under the License.
*/
#include "lua_common.h"
-#include "buffer.h"
#include "dns.h"
#include "http.h"
#include "http_private.h"
diff --git a/src/lua/lua_tcp.c b/src/lua/lua_tcp.c
index c80c311f8..854407226 100644
--- a/src/lua/lua_tcp.c
+++ b/src/lua/lua_tcp.c
@@ -14,7 +14,6 @@
* limitations under the License.
*/
#include "lua_common.h"
-#include "buffer.h"
#include "dns.h"
#include "utlist.h"
#include "ref.h"