[master] 9f6c0de Try to get the __unused madness out of the way for now

Nils Goroll nils.goroll at uplex.de
Thu Oct 5 17:36:07 UTC 2017


commit 9f6c0deac0465475631301c629b8bb46b3d65ab4
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Thu Oct 5 19:35:30 2017 +0200

    Try to get the __unused madness out of the way for now

diff --git a/bin/varnishd/proxy/cache_proxy_proto.c b/bin/varnishd/proxy/cache_proxy_proto.c
index b3aaf1d..b25347f 100644
--- a/bin/varnishd/proxy/cache_proxy_proto.c
+++ b/bin/varnishd/proxy/cache_proxy_proto.c
@@ -29,12 +29,10 @@
 
 #include "config.h"
 
-#include "cache/cache_varnishd.h"
-
 #include <netinet/in.h>
-
 #include <netdb.h>
 
+#include "cache/cache_varnishd.h"
 #include "cache/cache_transport.h"
 
 #include "vend.h"


More information about the varnish-commit mailing list