From: phk Date: Sun, 5 Aug 2007 20:57:32 +0000 (+0000) Subject: vrt.h is not needed here. X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dbe88c32dc720f4ac2023d477910f3b349c2faae;p=varnish vrt.h is not needed here. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1801 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/lib/libvcl/vcc_parse.c b/varnish-cache/lib/libvcl/vcc_parse.c index efba57cd..189b3001 100644 --- a/varnish-cache/lib/libvcl/vcc_parse.c +++ b/varnish-cache/lib/libvcl/vcc_parse.c @@ -38,8 +38,6 @@ #include "vcc_compile.h" #include "libvarnish.h" -#include "vrt.h" - /*--------------------------------------------------------------------*/ static void Compound(struct tokenlist *tl);