r3034 - trunk/varnish-cache/lib/libvarnish

phk at projects.linpro.no phk at projects.linpro.no
Thu Jul 31 11:22:46 CEST 2008


Author: phk
Date: 2008-07-31 11:22:46 +0200 (Thu, 31 Jul 2008)
New Revision: 3034

Modified:
   trunk/varnish-cache/lib/libvarnish/vsb.c
Log:
We don't actually use miniobj.h, we do the same thing internally.



Modified: trunk/varnish-cache/lib/libvarnish/vsb.c
===================================================================
--- trunk/varnish-cache/lib/libvarnish/vsb.c	2008-07-31 09:09:20 UTC (rev 3033)
+++ trunk/varnish-cache/lib/libvarnish/vsb.c	2008-07-31 09:22:46 UTC (rev 3034)
@@ -40,7 +40,6 @@
 
 #include "libvarnish.h"
 #include "vsb.h"
-#include "miniobj.h"
 
 #define	KASSERT(e, m)		assert(e)
 #define	SBMALLOC(size)		malloc(size)




More information about the varnish-commit mailing list