From 17bfc07e940f981168b136ce08570dbd0a99bff1 Mon Sep 17 00:00:00 2001 From: Niels Provos Date: Tue, 23 Dec 2008 22:38:01 +0000 Subject: [PATCH] remove http_compat include svn:r976 --- http.c | 1 - 1 file changed, 1 deletion(-) 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"