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 /contrib | |
parent | 597c9950a34801ed80f3cdcb030c20950cb55e9b (diff) |
force include of taler_util.h, not of taler_crypto_lib.h or taler_amount_lib.h
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/sigp/h.header | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/contrib/sigp/h.header b/contrib/sigp/h.header index a0e3c6ae3..6ed22a63d 100644 --- a/contrib/sigp/h.header +++ b/contrib/sigp/h.header @@ -27,6 +27,5 @@ #ifndef TALER_SIGNATURES_H #define TALER_SIGNATURES_H -#include <gnunet/gnunet_util_lib.h> -#include "taler_amount_lib.h" -#include "taler_crypto_lib.h" + + |