[master] 6cf146bdc Remove superfluous include

Nils Goroll nils.goroll at uplex.de
Sat Jan 2 13:45:09 UTC 2021


commit 6cf146bdc4beab0447f2e301b1bb84d5c1325fe0
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Sat Jan 2 11:57:28 2021 +0100

    Remove superfluous include
    
    Spotted by local Flexelint install on Linux

diff --git a/bin/varnishd/http2/cache_http2_deliver.c b/bin/varnishd/http2/cache_http2_deliver.c
index 55a66290f..ffcee5827 100644
--- a/bin/varnishd/http2/cache_http2_deliver.c
+++ b/bin/varnishd/http2/cache_http2_deliver.c
@@ -33,8 +33,6 @@
 
 #include "cache/cache_varnishd.h"
 
-#include <netinet/in.h>
-
 #include <ctype.h>
 #include <stdio.h>
 


More information about the varnish-commit mailing list