summaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-12-19 13:43:13 +0100
committerChristian Grothoff <christian@grothoff.org>2022-12-19 13:43:13 +0100
commit5630deaca47e6d3f75dfc3be3b8deb89a2fb01c1 (patch)
treefb38d4aec0a68b4fa90dcdbfb5bce6eadd9f9f5b /src/util
parent24c0969873d81b9a0ba55e59d71d8beb19db3bb2 (diff)
downloadexchange-5630deaca47e6d3f75dfc3be3b8deb89a2fb01c1.tar.gz
exchange-5630deaca47e6d3f75dfc3be3b8deb89a2fb01c1.tar.bz2
exchange-5630deaca47e6d3f75dfc3be3b8deb89a2fb01c1.zip
-fix includes in tests
Diffstat (limited to 'src/util')
-rw-r--r--src/util/test_amount.c1
-rw-r--r--src/util/test_crypto.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/util/test_amount.c b/src/util/test_amount.c
index 1af383dcc..c94f24fe5 100644
--- a/src/util/test_amount.c
+++ b/src/util/test_amount.c
@@ -21,7 +21,6 @@
*/
#include "platform.h"
#include "taler_util.h"
-#include "taler_amount_lib.h"
int
diff --git a/src/util/test_crypto.c b/src/util/test_crypto.c
index 186874e3c..ce4181ff8 100644
--- a/src/util/test_crypto.c
+++ b/src/util/test_crypto.c
@@ -21,7 +21,6 @@
*/
#include "platform.h"
#include "taler_util.h"
-#include "taler_crypto_lib.h"
/**