[master] 3e03ce2 Remove unused includes

Poul-Henning Kamp phk at FreeBSD.org
Wed May 30 07:30:15 UTC 2018


commit 3e03ce2d81e8b68337232320cf91f0e77d7867bc
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Wed May 30 07:14:39 2018 +0000

    Remove unused includes

diff --git a/bin/varnishtop/varnishtop.c b/bin/varnishtop/varnishtop.c
index 8bdb065..ca89438 100644
--- a/bin/varnishtop/varnishtop.c
+++ b/bin/varnishtop/varnishtop.c
@@ -48,7 +48,6 @@
 
 #include "vdef.h"
 
-#include "miniobj.h"
 #include "vcurses.h"
 #include "vapi/vsl.h"
 #include "vapi/vsm.h"
diff --git a/lib/libvmod_std/vmod_std.c b/lib/libvmod_std/vmod_std.c
index a4a2e0f..4be62ae 100644
--- a/lib/libvmod_std/vmod_std.c
+++ b/lib/libvmod_std/vmod_std.c
@@ -46,8 +46,6 @@
 #include "vtim.h"
 #include "vcl.h"
 
-#include "cache/cache_director.h"
-
 #include "vcc_if.h"
 
 VCL_VOID v_matchproto_(td_std_set_ip_tos)


More information about the varnish-commit mailing list