]> err.no Git - varnish/commitdiff
quench warnings related to libvarnish.h
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 7 Aug 2006 17:08:35 +0000 (17:08 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 7 Aug 2006 17:08:35 +0000 (17:08 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@742 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/varnishd/cache_acceptor.c
varnish-cache/bin/varnishd/cache_backend.c
varnish-cache/bin/varnishd/cache_expire.c
varnish-cache/bin/varnishd/cache_fetch.c
varnish-cache/bin/varnishd/cache_hash.c
varnish-cache/bin/varnishd/cache_pool.c
varnish-cache/bin/varnishd/cache_response.c
varnish-cache/bin/varnishd/cache_vcl.c
varnish-cache/bin/varnishd/hash_simple_list.c
varnish-cache/bin/varnishd/rfc2616.c
varnish-cache/lib/libvarnish/assert.c

index 264a9a82e0f3d51d3d41e70f814a78df2d7fab66..8c8f4a5bcd197b78749917e08529403e73454db4 100644 (file)
@@ -19,7 +19,6 @@
 #include <sys/types.h>
 #include <sys/socket.h>
 
-#include "libvarnish.h"
 #include "heritage.h"
 #include "shmlog.h"
 #include "cache.h"
index c56f4e64158cc8377ec28b9049a546de72e1854a..5e7519fe8db31158cc427714be6b173a76fb1d61 100644 (file)
@@ -21,7 +21,6 @@
 #include <sys/select.h>
 #include <sys/ioctl.h>
 
-#include "libvarnish.h"
 #include "heritage.h"
 #include "shmlog.h"
 #include "cache.h"
index 0be95803ec6bdad48c5de78215d729d0273051c2..4e416362b1a6073178422e3971232e1530960b50 100644 (file)
@@ -15,7 +15,6 @@
 #include <stdio.h>
 #include <string.h>
 
-#include "libvarnish.h"
 #include "shmlog.h"
 #include "binary_heap.h"
 #include "cache.h"
index 11e5762c11bbeaee613e9de7ffafb61b4a004897..40cad6a97fca53c4a3f5bf346116264a88cf91d7 100644 (file)
@@ -15,7 +15,6 @@
 #include <time.h>
 
 #include "shmlog.h"
-#include "libvarnish.h"
 #include "cache.h"
 
 /*
index fab907464998905f39aeb680f741beb52195f6bd..5d6f6b4fec725038dedf4792bc2d03b3eba0b73e 100644 (file)
@@ -32,7 +32,6 @@
 #include <sys/types.h>
 #include <fcntl.h>
 
-#include "libvarnish.h"
 #include "shmlog.h"
 #include "heritage.h"
 #include "cache.h"
index a03439d7ad2cff36d912b5c944a47a4f2389aff4..91e809acdbccc29dc53cead6fe275e873240cc73 100644 (file)
@@ -10,7 +10,6 @@
 #include <string.h>
 #include <unistd.h>
 
-#include "libvarnish.h"
 #include "heritage.h"
 #include "shmlog.h"
 #include "vcl.h"
index 0c03c6303b9410b0e54750d8088cb2a4bc2b5a41..0c15704c8ec80772933e450e6afbc4e5b32eb599 100644 (file)
@@ -7,7 +7,6 @@
 #include <sys/types.h>
 #include <sys/time.h>
 
-#include "libvarnish.h"
 #include "shmlog.h"
 #include "cache.h"
 
index 812a411ade9a09e57920dec297e6bdf426327f23..10b6d4e1551ad9fa95e0d824087af368de78ec44 100644 (file)
@@ -17,7 +17,6 @@
 #include "cli_priv.h"
 #include "shmlog.h"
 #include "vcl.h"
-#include "libvarnish.h"
 #include "cache.h"
 
 struct vcls {
index 9271c6922e4c193392c8b2420b02b63f2e3024a3..ce2626730edc68dad0223ca21ce0ad2c954b30a1 100644 (file)
@@ -8,7 +8,6 @@
 #include <stdlib.h>
 #include <string.h>
 
-#include <libvarnish.h>
 #include <cache.h>
 
 /*--------------------------------------------------------------------*/
index 7428e8ad20ec00e0307d5607efebeee5b6cd9ed4..380014496ec7d6c27aa34811a4806da2e93445c4 100644 (file)
@@ -8,7 +8,6 @@
 
 #include "shmlog.h"
 #include "cache.h"
-#include "libvarnish.h"
 #include "heritage.h"
 
 
index 2d86ed4558dd06412d354bb02a337b4ec75b4a38..53f02c0c1c7fc6e6aeac57c0d8fe3d156e83eb45 100644 (file)
@@ -7,6 +7,7 @@
 #include <errno.h>
 #include <string.h>
 
+#include "libvarnish.h"
 
 void
 __assert(const char *func, const char *file, int line, const char *cond, int err)