r5451 - trunk/varnish-cache/bin/varnishd
phk at varnish-cache.org
phk at varnish-cache.org
Thu Oct 21 21:40:22 CEST 2010
Author: phk
Date: 2010-10-21 21:40:21 +0200 (Thu, 21 Oct 2010)
New Revision: 5451
Modified:
trunk/varnish-cache/bin/varnishd/cache_lck.c
trunk/varnish-cache/bin/varnishd/hash_critbit.c
trunk/varnish-cache/bin/varnishd/storage_synth.c
trunk/varnish-cache/bin/varnishd/storage_umem.c
Log:
Remove needless pthread.h includes, we do that in cache.h
Modified: trunk/varnish-cache/bin/varnishd/cache_lck.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_lck.c 2010-10-21 19:35:25 UTC (rev 5450)
+++ trunk/varnish-cache/bin/varnishd/cache_lck.c 2010-10-21 19:40:21 UTC (rev 5451)
@@ -40,10 +40,6 @@
#include <stdio.h>
-#include <pthread.h>
-#ifdef HAVE_PTHREAD_NP_H
-#include <pthread_np.h>
-#endif
#include <stdlib.h>
#include "cache.h"
Modified: trunk/varnish-cache/bin/varnishd/hash_critbit.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/hash_critbit.c 2010-10-21 19:35:25 UTC (rev 5450)
+++ trunk/varnish-cache/bin/varnishd/hash_critbit.c 2010-10-21 19:40:21 UTC (rev 5451)
@@ -35,7 +35,6 @@
#include "svnid.h"
SVNID("$Id$")
-#include <pthread.h>
#include <stdio.h>
#include <stdlib.h>
Modified: trunk/varnish-cache/bin/varnishd/storage_synth.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/storage_synth.c 2010-10-21 19:35:25 UTC (rev 5450)
+++ trunk/varnish-cache/bin/varnishd/storage_synth.c 2010-10-21 19:40:21 UTC (rev 5451)
@@ -37,7 +37,6 @@
#include <stdio.h>
#include <stdlib.h>
-#include <pthread.h>
#include "cache.h"
#include "vsb.h"
Modified: trunk/varnish-cache/bin/varnishd/storage_umem.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/storage_umem.c 2010-10-21 19:35:25 UTC (rev 5450)
+++ trunk/varnish-cache/bin/varnishd/storage_umem.c 2010-10-21 19:40:21 UTC (rev 5451)
@@ -40,7 +40,6 @@
#include <stdio.h>
#include <stdlib.h>
-#include <pthread.h>
#include <umem.h>
More information about the varnish-commit
mailing list