[master] af04edb superfluous include

Nils Goroll nils.goroll at uplex.de
Thu Jun 16 16:21:09 CEST 2016


commit af04edb954eabee3078765799382265251237b70
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Thu Jun 16 14:57:47 2016 +0200

    superfluous include
    
    Spotted by: Flexelint - phk yeah \o/

diff --git a/bin/varnishd/cache/cache_pool.h b/bin/varnishd/cache/cache_pool.h
index d3b9e70..c400a31 100644
--- a/bin/varnishd/cache/cache_pool.h
+++ b/bin/varnishd/cache/cache_pool.h
@@ -29,8 +29,6 @@
  * Private include file for the pool aware code.
  */
 
-#include "config.h"
-
 VTAILQ_HEAD(taskhead, pool_task);
 
 struct pool {



More information about the varnish-commit mailing list