From: des Date: Mon, 7 Aug 2006 15:00:28 +0000 (+0000) Subject: Sort includes, add for uint64_t. X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=154a9d83acab1dd35b6f2c31b498cf5197b7290c;p=varnish Sort includes, add for uint64_t. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@717 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/bin/varnishd/cache.h b/varnish-cache/bin/varnishd/cache.h index 2eca601d..ff875c53 100644 --- a/varnish-cache/bin/varnishd/cache.h +++ b/varnish-cache/bin/varnishd/cache.h @@ -2,10 +2,12 @@ * $Id$ */ +#include +#include + #include #include -#include -#include +#include #include "queue.h" #include "vsb.h"