From 54cc8005363d4a849b9dd156fe52396210de62bb Mon Sep 17 00:00:00 2001 From: Azat Khuzhin Date: Thu, 21 Mar 2013 17:01:31 +0400 Subject: [PATCH] Drop extra header http_struct.h from regress_http.c --- test/regress_http.c | 1 - 1 file changed, 1 deletion(-) diff --git a/test/regress_http.c b/test/regress_http.c index 76abe33b..1dd5c72a 100644 --- a/test/regress_http.c +++ b/test/regress_http.c @@ -56,7 +56,6 @@ #include "event2/event.h" #include "event2/http.h" -#include "event2/http_struct.h" #include "event2/buffer.h" #include "event2/bufferevent.h" #include "event2/util.h"