diff options
| author | Christian Grothoff <christian@grothoff.org> | 2022-12-05 14:03:43 +0100 | 
|---|---|---|
| committer | Christian Grothoff <christian@grothoff.org> | 2022-12-05 14:03:43 +0100 | 
| commit | 9e4ac84b6eed7cc622d041c396bc460ce7e1bf07 (patch) | |
| tree | 511157745c186ba81fb16517cf51cbeea5a761d6 /src/sq | |
| parent | 597c9950a34801ed80f3cdcb030c20950cb55e9b (diff) | |
force include of taler_util.h, not of taler_crypto_lib.h or taler_amount_lib.h
Diffstat (limited to 'src/sq')
| -rw-r--r-- | src/sq/sq_result_helper.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/sq/sq_result_helper.c b/src/sq/sq_result_helper.c index bacb7743..9d80837b 100644 --- a/src/sq/sq_result_helper.c +++ b/src/sq/sq_result_helper.c @@ -23,7 +23,7 @@  #include <gnunet/gnunet_util_lib.h>  #include <gnunet/gnunet_sq_lib.h>  #include "taler_sq_lib.h" -#include "taler_amount_lib.h" +#include "taler_util.h"  /** | 
