From c611904fb760bfe1808f1d85bdeb96bdbaf062f6 Mon Sep 17 00:00:00 2001 From: phk Date: Thu, 31 Jul 2008 09:22:46 +0000 Subject: [PATCH] We don't actually use miniobj.h, we do the same thing internally. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@3034 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/lib/libvarnish/vsb.c | 1 - 1 file changed, 1 deletion(-) diff --git a/varnish-cache/lib/libvarnish/vsb.c b/varnish-cache/lib/libvarnish/vsb.c index f3428388..711054e2 100644 --- a/varnish-cache/lib/libvarnish/vsb.c +++ b/varnish-cache/lib/libvarnish/vsb.c @@ -40,7 +40,6 @@ #include "libvarnish.h" #include "vsb.h" -#include "miniobj.h" #define KASSERT(e, m) assert(e) #define SBMALLOC(size) malloc(size) -- 2.39.5