mirror of
https://github.com/moparisthebest/spdylay
synced 2024-11-15 22:15:14 -05:00
Remove unused zlib.h header file from spdylay.h
This commit is contained in:
parent
135ae8cc36
commit
bafcbfde88
@ -24,6 +24,7 @@
|
|||||||
*/
|
*/
|
||||||
#include "shrpx_client_handler.h"
|
#include "shrpx_client_handler.h"
|
||||||
|
|
||||||
|
#include <unistd.h>
|
||||||
#include <cerrno>
|
#include <cerrno>
|
||||||
|
|
||||||
#include "shrpx_upstream.h"
|
#include "shrpx_upstream.h"
|
||||||
|
@ -32,7 +32,6 @@ extern "C" {
|
|||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <zlib.h>
|
|
||||||
|
|
||||||
#include <spdylay/spdylayver.h>
|
#include <spdylay/spdylayver.h>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user