diff options
-rw-r--r-- | src/lua/lua_http.c | 1 | ||||
-rw-r--r-- | src/lua/lua_tcp.c | 1 |
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" |