diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-01-19 20:33:07 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-01-19 20:33:07 +0100 |
commit | 59398cfd76ed01df0ba5f33022727047afd6b270 (patch) | |
tree | 0da425ba9a3e0aeaff94d058f653d59f73f46dcc /src/util/crypto.c | |
parent | 600592dbf6aced50a92cced8ab9d773d06f0f4f4 (diff) |
separate util.c and url.c
Diffstat (limited to 'src/util/crypto.c')
-rw-r--r-- | src/util/crypto.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/util/crypto.c b/src/util/crypto.c index 9fe089840..e847633fe 100644 --- a/src/util/crypto.c +++ b/src/util/crypto.c @@ -22,13 +22,7 @@ * @author Christian Grothoff */ #include "platform.h" - -#if HAVE_GNUNET_GNUNET_UTIL_TALER_WALLET_LIB_H -#include "taler_util_wallet.h" -#endif -#if HAVE_GNUNET_GNUNET_UTIL_LIB_H #include "taler_util.h" -#endif #include <gcrypt.h> |