chiark
/
gitweb
/
~mdw
/
disorder
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Start reimplenting search in Disobedience choose tabs. Results are
[disorder]
/
lib
/
cookies.c
diff --git
a/lib/cookies.c
b/lib/cookies.c
index c98db8f96da9655a9a0e44484e02c0459e7041c8..40e3c3ee7cbd0ed45bb641ec7d547f1f862ea44b 100644
(file)
--- a/
lib/cookies.c
+++ b/
lib/cookies.c
@@
-21,18
+21,13
@@
* @brief Cookie support
*/
* @brief Cookie support
*/
-#include <config.h>
-#include "types.h"
+#include "common.h"
-#include <stdlib.h>
-#include <string.h>
-#include <stdio.h>
#include <errno.h>
#include <time.h>
#include <gcrypt.h>
#include <pcre.h>
#include <errno.h>
#include <time.h>
#include <gcrypt.h>
#include <pcre.h>
-#include "rights.h"
#include "cookies.h"
#include "hash.h"
#include "mem.h"
#include "cookies.h"
#include "hash.h"
#include "mem.h"
@@
-41,7
+36,6
@@
#include "base64.h"
#include "configuration.h"
#include "kvp.h"
#include "base64.h"
#include "configuration.h"
#include "kvp.h"
-#include "rights.h"
#include "trackdb.h"
/** @brief Hash function used in signing HMAC */
#include "trackdb.h"
/** @brief Hash function used in signing HMAC */