diff options
author | Christian Grothoff <christian@grothoff.org> | 2019-04-07 00:01:16 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2019-04-07 00:01:16 +0200 |
commit | 8b3ee47165341e65d5b2f6e75a2ab06de88231c7 (patch) | |
tree | 95d65b077bb6fc5da2e5f067f6bb678204f04b09 /src/exchange-tools | |
parent | 5e16b871047633f2d4925d961cdcec6396275006 (diff) |
fix #includes
Diffstat (limited to 'src/exchange-tools')
-rw-r--r-- | src/exchange-tools/taler-wire.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/exchange-tools/taler-wire.c b/src/exchange-tools/taler-wire.c index ee7eeb8cc..c07f1f647 100644 --- a/src/exchange-tools/taler-wire.c +++ b/src/exchange-tools/taler-wire.c @@ -26,8 +26,8 @@ #include <platform.h> #include <gnunet/gnunet_util_lib.h> -#include <taler/taler_util.h> -#include <taler/taler_wire_lib.h> +#include "taler_util.h" +#include "taler_wire_lib.h" /** * If set to GNUNET_YES, then we'll ask the bank for a list |