From 0c0de441ac21d930e1cbd39958ae69ac7e26160c Mon Sep 17 00:00:00 2001 From: phk Date: Mon, 7 Aug 2006 17:15:10 +0000 Subject: [PATCH] Clean up #includes git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@744 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/lib/libvcl/vcc_token.c | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/varnish-cache/lib/libvcl/vcc_token.c b/varnish-cache/lib/libvcl/vcc_token.c index 1c1989b7..1656a78d 100644 --- a/varnish-cache/lib/libvcl/vcc_token.c +++ b/varnish-cache/lib/libvcl/vcc_token.c @@ -2,25 +2,15 @@ * $Id$ */ -#include -#include -#include - -#include #include -#include -#include -#include #include -#include -#include #include #include -#include -#include #include "vsb.h" +#include "queue.h" +#include "libvarnish.h" #include "vcc_priv.h" #include "vcl_returns.h" #include "vcc_compile.h" -- 2.39.5