X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/82c01b317cd1892f4376c68be88a74f971493428..d848c36fc9de36897f18dd950288b57dfa1c0ca7:/lib/cookies.c diff --git a/lib/cookies.c b/lib/cookies.c index 70c8097..40e3c3e 100644 --- a/lib/cookies.c +++ b/lib/cookies.c @@ -1,6 +1,6 @@ /* * This file is part of DisOrder - * Copyright (C) 2007 Richard Kettlewell + * Copyright (C) 2007, 2008 Richard Kettlewell * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -21,18 +21,13 @@ * @brief Cookie support */ -#include -#include "types.h" +#include "common.h" -#include -#include -#include #include #include #include #include -#include "rights.h" #include "cookies.h" #include "hash.h" #include "mem.h" @@ -41,7 +36,6 @@ #include "base64.h" #include "configuration.h" #include "kvp.h" -#include "rights.h" #include "trackdb.h" /** @brief Hash function used in signing HMAC */