From ed51946442e5e22a7dea68f14ff2bf563503c755 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 19 Jan 2015 21:53:23 +0100 Subject: more code refactoring to separate parsing, db and response generation nicely --- src/mint/taler-mint-httpd_keys.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mint/taler-mint-httpd_keys.c') diff --git a/src/mint/taler-mint-httpd_keys.c b/src/mint/taler-mint-httpd_keys.c index 149e44d3f..8db32cd83 100644 --- a/src/mint/taler-mint-httpd_keys.c +++ b/src/mint/taler-mint-httpd_keys.c @@ -27,7 +27,6 @@ #include #include #include "mint.h" -#include "mint_db.h" #include "taler_signatures.h" #include "taler_rsa.h" #include "taler_json_lib.h" @@ -35,6 +34,7 @@ #include "taler-mint-httpd_keys.h" + /** * Mint key state. Never use directly, instead access via * #TALER_MINT_key_state_acquire and #TALER_MINT_key_state_release. -- cgit v1.2.3