summaryrefslogtreecommitdiff
path: root/src/util/crypto.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/crypto.c')
-rw-r--r--src/util/crypto.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/util/crypto.c b/src/util/crypto.c
index 590ed428b..b803b960a 100644
--- a/src/util/crypto.c
+++ b/src/util/crypto.c
@@ -22,13 +22,12 @@
* @author Christian Grothoff
*/
#include "platform.h"
-#include "taler_util.h"
#if HAVE_GNUNET_GNUNET_UTIL_TALER_WALLET_LIB_H
-#include <gnunet/gnunet_util_taler_wallet_lib.h>
+#include "taler_util_wallet.h"
#endif
#if HAVE_GNUNET_GNUNET_UTIL_LIB_H
-#include <gnunet/gnunet_util_lib.h>
+#include "taler_util.h"
#endif
#include <gcrypt.h>