]> err.no Git - varnish/commitdiff
We don't actually use miniobj.h, we do the same thing internally.
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Thu, 31 Jul 2008 09:22:46 +0000 (09:22 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Thu, 31 Jul 2008 09:22:46 +0000 (09:22 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@3034 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/lib/libvarnish/vsb.c

index f3428388d718482dd0fa1a15f3dad1f4e81bb43f..711054e2180bcb1af1206b0666ce453fa893a620 100644 (file)
@@ -40,7 +40,6 @@
 
 #include "libvarnish.h"
 #include "vsb.h"
-#include "miniobj.h"
 
 #define        KASSERT(e, m)           assert(e)
 #define        SBMALLOC(size)          malloc(size)