Mailing List Archive

r1801 - trunk/varnish-cache/lib/libvcl
Author: phk
Date: 2007-08-05 22:57:32 +0200 (Sun, 05 Aug 2007)
New Revision: 1801

Modified:
trunk/varnish-cache/lib/libvcl/vcc_parse.c
Log:
vrt.h is not needed here.


Modified: trunk/varnish-cache/lib/libvcl/vcc_parse.c
===================================================================
--- trunk/varnish-cache/lib/libvcl/vcc_parse.c 2007-08-05 20:57:20 UTC (rev 1800)
+++ trunk/varnish-cache/lib/libvcl/vcc_parse.c 2007-08-05 20:57:32 UTC (rev 1801)
@@ -38,8 +38,6 @@
#include "vcc_compile.h"
#include "libvarnish.h"

-#include "vrt.h"
-
/*--------------------------------------------------------------------*/

static void Compound(struct tokenlist *tl);