From: Niels Provos Date: Tue, 23 Dec 2008 22:38:01 +0000 (+0000) Subject: remove http_compat include X-Git-Tag: release-2.0.1-alpha~199 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=17bfc07e940f981168b136ce08570dbd0a99bff1;p=libevent remove http_compat include svn:r976 --- diff --git a/http.c b/http.c index 768cc8ad..3e9952a7 100644 --- a/http.c +++ b/http.c @@ -89,7 +89,6 @@ #include "event2/buffer.h" #include "event2/bufferevent.h" #include "event2/http_struct.h" -#include "event2/http_compat.h" #include "event2/util.h" #include "log.h" #include "http-internal.h"