[master] 1f8d76c Remove unneeded #include

Poul-Henning Kamp phk at FreeBSD.org
Thu Sep 7 09:44:05 UTC 2017


commit 1f8d76c15457eafcf2861446d58cc26401d9a48b
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Thu Sep 7 09:16:48 2017 +0000

    Remove unneeded #include

diff --git a/bin/varnishd/common/common.h b/bin/varnishd/common/common.h
index cbbeb47..3d5a3ae 100644
--- a/bin/varnishd/common/common.h
+++ b/bin/varnishd/common/common.h
@@ -33,7 +33,6 @@
 #endif
 #define COMMON_COMMON_H
 
-#include <stdarg.h>
 #include <stdint.h>
 
 #include <sys/types.h>


More information about the varnish-commit mailing list