From: Vsevolod Stakhov Date: Mon, 17 Oct 2016 15:29:50 +0000 (+0100) Subject: [Fix] Remove mentions of deleted include X-Git-Tag: 1.4.0~241 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5dabd901c9015b0efa6930aa13988ff47278ebcc;p=thirdparty%2Frspamd.git [Fix] Remove mentions of deleted include --- diff --git a/src/lua/lua_http.c b/src/lua/lua_http.c index 1225db138a..0f234bcfbb 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 c80c311f87..854407226c 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"