From 0aa2466e6616b3679476602775122134bf2e2bd9 Mon Sep 17 00:00:00 2001 From: corvid Date: Thu, 14 Jan 2010 17:25:56 +0000 Subject: fix DISABLE_COOKIES (reported by furaisanjin) --- src/cookies.c | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'src') diff --git a/src/cookies.c b/src/cookies.c index ceb5b238..ea386be5 100644 --- a/src/cookies.c +++ b/src/cookies.c @@ -10,10 +10,9 @@ * (at your option) any later version. */ -/* Handling of cookies takes place here. - * This implementation aims to follow RFC 2965: - * http://www.ietf.org/rfc/rfc2965.txt - */ +/* Handling of cookies takes place here. */ + +#include "msg.h" #ifdef DISABLE_COOKIES @@ -37,7 +36,6 @@ void a_Cookies_init(void) #include #include -#include "msg.h" #include "IO/Url.h" #include "list.h" #include "cookies.h" -- cgit v1.2.3