[master] eb58d79 More #include polishing
Poul-Henning Kamp
phk at FreeBSD.org
Mon Oct 30 11:08:08 UTC 2017
commit eb58d799ff68348b9ff35e1313d5fc1703e90697
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date: Mon Oct 30 11:07:27 2017 +0000
More #include polishing
diff --git a/bin/varnishd/cache/cache.h b/bin/varnishd/cache/cache.h
index 0e5810b..250b0e5 100644
--- a/bin/varnishd/cache/cache.h
+++ b/bin/varnishd/cache/cache.h
@@ -42,7 +42,6 @@
#include <sys/types.h>
#include "vdef.h"
-
#include "vrt.h"
#define CACHE_H_INCLUDED
diff --git a/bin/varnishd/cache/cache_acceptor.c b/bin/varnishd/cache/cache_acceptor.c
index 663e7c2..f552b85 100644
--- a/bin/varnishd/cache/cache_acceptor.c
+++ b/bin/varnishd/cache/cache_acceptor.c
@@ -33,13 +33,13 @@
#include "config.h"
-#include "cache_varnishd.h"
-
#include <errno.h>
#include <stdlib.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
+#include "cache_varnishd.h"
+
#include "cache_transport.h"
#include "cache_pool.h"
#include "common/heritage.h"
More information about the varnish-commit
mailing list