From bafcbfde88d737542d9690d3774f9dea01cbd94a Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Wed, 22 Aug 2012 00:14:02 +0900 Subject: [PATCH] Remove unused zlib.h header file from spdylay.h --- examples/shrpx_client_handler.cc | 1 + lib/includes/spdylay/spdylay.h | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/shrpx_client_handler.cc b/examples/shrpx_client_handler.cc index 6fe2eea..73c82fb 100644 --- a/examples/shrpx_client_handler.cc +++ b/examples/shrpx_client_handler.cc @@ -24,6 +24,7 @@ */ #include "shrpx_client_handler.h" +#include #include #include "shrpx_upstream.h" diff --git a/lib/includes/spdylay/spdylay.h b/lib/includes/spdylay/spdylay.h index c2f1494..30d6217 100644 --- a/lib/includes/spdylay/spdylay.h +++ b/lib/includes/spdylay/spdylay.h @@ -32,7 +32,6 @@ extern "C" { #include #include #include -#include #include