From 9c3c6295a85a03fdad9a77799e85289ce65a109b Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 28 Jan 2015 20:53:21 +0100 Subject: even cleaner separation of PostGres-specific logic, and nicer libtalerutil headers --- src/mint/mint_db.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/mint/mint_db.c') diff --git a/src/mint/mint_db.c b/src/mint/mint_db.c index 35f803e1..0f233a5a 100644 --- a/src/mint/mint_db.c +++ b/src/mint/mint_db.c @@ -13,14 +13,13 @@ You should have received a copy of the GNU General Public License along with TALER; see the file COPYING. If not, If not, see */ - /** * @file mint_db.c * @brief Database access for the mint * @author Florian Dold */ #include "platform.h" -#include "taler_db_lib.h" +#include "db_pq.h" #include "taler_signatures.h" #include "taler-mint-httpd_responses.h" #include "mint_db.h" -- cgit v1.2.3