aboutsummaryrefslogtreecommitdiff
path: root/src/mint/mint_db.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mint/mint_db.c')
-rw-r--r--src/mint/mint_db.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mint/mint_db.c b/src/mint/mint_db.c
index 35f803e1b..0f233a5ae 100644
--- a/src/mint/mint_db.c
+++ b/src/mint/mint_db.c
@@ -13,14 +13,13 @@
13 You should have received a copy of the GNU General Public License along with 13 You should have received a copy of the GNU General Public License along with
14 TALER; see the file COPYING. If not, If not, see <http://www.gnu.org/licenses/> 14 TALER; see the file COPYING. If not, If not, see <http://www.gnu.org/licenses/>
15*/ 15*/
16
17/** 16/**
18 * @file mint_db.c 17 * @file mint_db.c
19 * @brief Database access for the mint 18 * @brief Database access for the mint
20 * @author Florian Dold 19 * @author Florian Dold
21 */ 20 */
22#include "platform.h" 21#include "platform.h"
23#include "taler_db_lib.h" 22#include "db_pq.h"
24#include "taler_signatures.h" 23#include "taler_signatures.h"
25#include "taler-mint-httpd_responses.h" 24#include "taler-mint-httpd_responses.h"
26#include "mint_db.h" 25#include "mint_db.h"