summaryrefslogtreecommitdiff
path: root/src/util/amount.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-01-19 20:33:07 +0100
committerChristian Grothoff <christian@grothoff.org>2020-01-19 20:33:07 +0100
commit59398cfd76ed01df0ba5f33022727047afd6b270 (patch)
tree0da425ba9a3e0aeaff94d058f653d59f73f46dcc /src/util/amount.c
parent600592dbf6aced50a92cced8ab9d773d06f0f4f4 (diff)
downloadexchange-59398cfd76ed01df0ba5f33022727047afd6b270.tar.gz
exchange-59398cfd76ed01df0ba5f33022727047afd6b270.tar.bz2
exchange-59398cfd76ed01df0ba5f33022727047afd6b270.zip
separate util.c and url.c
Diffstat (limited to 'src/util/amount.c')
-rw-r--r--src/util/amount.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/util/amount.c b/src/util/amount.c
index a9b41ba73..d5789c1d4 100644
--- a/src/util/amount.c
+++ b/src/util/amount.c
@@ -22,12 +22,7 @@
* @author Christian Grothoff
*/
#include "platform.h"
-#if HAVE_GNUNET_GNUNET_UTIL_LIB_H
#include "taler_util.h"
-#elif HAVE_GNUNET_GNUNET_UTIL_TALER_WALLET_LIB_H
-#include "taler_util_wallet.h"
-#endif
-#include <gcrypt.h>
/**
* Maximum legal 'value' for an amount, based on IEEE double (for JavaScript compatibility).