]> err.no Git - varnish/commitdiff
Remove pthread.h include, it's included in cache.h
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Sat, 5 Aug 2006 11:13:42 +0000 (11:13 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Sat, 5 Aug 2006 11:13:42 +0000 (11:13 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@652 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/varnishd/cache_cli.c

index 5350220432a9cad9183cae63b5fb832bb419a860..9a5c7a29717ef1ea49f29096e7fb0824254905d1 100644 (file)
@@ -8,7 +8,6 @@
 #include <string.h>
 #include <unistd.h>
 #include <poll.h>
-#include <pthread.h>
 
 #include "libvarnish.h"
 #include "shmlog.h"