From 49d1c06cb5e511d942f5c531309ba5d8a76f354a Mon Sep 17 00:00:00 2001 From: des Date: Sun, 23 Sep 2007 13:18:50 +0000 Subject: [PATCH] Unbreak header ordering. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1994 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/bin/varnishd/cache_response.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/varnish-cache/bin/varnishd/cache_response.c b/varnish-cache/bin/varnishd/cache_response.c index 0fee9764..4b277a5a 100644 --- a/varnish-cache/bin/varnishd/cache_response.c +++ b/varnish-cache/bin/varnishd/cache_response.c @@ -29,11 +29,12 @@ * $Id$ */ -#include -#include #include #include +#include +#include + #include "shmlog.h" #include "heritage.h" #include "cache.h" -- 2.39.5