From: phk Date: Sat, 5 Aug 2006 11:13:42 +0000 (+0000) Subject: Remove pthread.h include, it's included in cache.h X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ae6eb2dd7b01a17bd11b7c92af8ceecbc631e52;p=varnish Remove pthread.h include, it's included in cache.h git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@652 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/bin/varnishd/cache_cli.c b/varnish-cache/bin/varnishd/cache_cli.c index 53502204..9a5c7a29 100644 --- a/varnish-cache/bin/varnishd/cache_cli.c +++ b/varnish-cache/bin/varnishd/cache_cli.c @@ -8,7 +8,6 @@ #include #include #include -#include #include "libvarnish.h" #include "shmlog.h"