From 8f695fc41fa6cd5ea27acd20a9ceb1406f9f8242 Mon Sep 17 00:00:00 2001
From: Vladislav Shpilevoy <v.shpilevoy@tarantool.org>
Date: Tue, 26 Feb 2019 14:31:27 +0300
Subject: [PATCH] Remove dead dependency of http_parser on httpc

Http_parser is a standalone library, which in fact does not
require httpc. And because of that it is going to be moved into
lib/http_parser.
---
 src/http_parser.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/http_parser.c b/src/http_parser.c
index d485f5b44a..e70f961645 100644
--- a/src/http_parser.c
+++ b/src/http_parser.c
@@ -30,7 +30,6 @@
  */
 
 #include <string.h>
-#include "httpc.h"
 #include "http_parser.h"
 
 #define LF     (unsigned char) '\n'
-- 
GitLab