diff options
author | Daniel Stenberg <daniel@haxx.se> | 2017-11-01 10:06:32 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2017-11-01 10:06:32 +0100 |
commit | cda89c8b58bc6421911e6455120b86d39bf4c2b5 (patch) | |
tree | 73c78d0a678f6042d6b0a71185aacf8b42b43e80 /lib/http2.c | |
parent | b8bd6dc110fbcae20e0902bead097a40ed88e01a (diff) |
include: remove conncache.h inclusion from where its not needed
Diffstat (limited to 'lib/http2.c')
-rw-r--r-- | lib/http2.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/http2.c b/lib/http2.c index 9a2a1dd55..3a9e3be9a 100644 --- a/lib/http2.c +++ b/lib/http2.c @@ -32,7 +32,6 @@ #include "curl_base64.h" #include "strcase.h" #include "multiif.h" -#include "conncache.h" #include "url.h" #include "connect.h" #include "strtoofft.h" |