exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit f8e63e322df8289306f9352c6346395e5e071b1a
parent 6b61d0944e0b7dcc5edeb1b218624d882199931f
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat, 21 Jun 2025 13:14:29 +0200

fix include

Diffstat:
Msrc/include/taler-exchange/aml_attributes_get.h | 2+-
Msrc/include/taler-exchange/aml_legitimizations_get.h | 2+-
Msrc/include/taler-exchange/aml_transfers_kycauth_get.h | 2+-
Msrc/include/taler-exchange/reserves_get.h | 2+-
Msrc/include/taler_exchange_service.h | 6+++---
5 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/src/include/taler-exchange/aml_attributes_get.h b/src/include/taler-exchange/aml_attributes_get.h @@ -21,7 +21,7 @@ #ifndef _TALER_EXCHANGE__AML_ATTRIBUTES_GET_H #define _TALER_EXCHANGE__AML_ATTRIBUTES_GET_H -#include <taler-exchange/common.h> +#include <taler/taler-exchange/common.h> /** * Possible options we can set for the GET attributes request. diff --git a/src/include/taler-exchange/aml_legitimizations_get.h b/src/include/taler-exchange/aml_legitimizations_get.h @@ -21,7 +21,7 @@ #ifndef _TALER_EXCHANGE__AML_LEGITIMIZATIONS_GET_H #define _TALER_EXCHANGE__AML_LEGITIMIZATIONS_GET_H -#include <taler-exchange/common.h> +#include <taler/taler-exchange/common.h> /** * Possible options we can set for the GET legitimizations request. diff --git a/src/include/taler-exchange/aml_transfers_kycauth_get.h b/src/include/taler-exchange/aml_transfers_kycauth_get.h @@ -21,7 +21,7 @@ #ifndef _TALER_EXCHANGE__AML_TRANSFERS_KYCAUTH_GET_H #define _TALER_EXCHANGE__AML_TRANSFERS_KYCAUTH_GET_H -#include <taler-exchange/common.h> +#include <taler/taler-exchange/common.h> /** * Possible options we can set for the GET transfers-kycauth request. diff --git a/src/include/taler-exchange/reserves_get.h b/src/include/taler-exchange/reserves_get.h @@ -21,7 +21,7 @@ #ifndef _TALER_EXCHANGE__RESERVES_GET_H #define _TALER_EXCHANGE__RESERVES_GET_H -#include <taler-exchange/common.h> +#include <taler/taler-exchange/common.h> /** diff --git a/src/include/taler_exchange_service.h b/src/include/taler_exchange_service.h @@ -25,9 +25,9 @@ #ifndef _TALER_EXCHANGE_SERVICE_H #define _TALER_EXCHANGE_SERVICE_H -#include <taler-exchange/common.h> -#include <taler-exchange/aml_legitimizations_get.h> -#include <taler-exchange/reserves_get.h> +#include <taler/taler-exchange/common.h> +#include <taler/taler-exchange/aml_legitimizations_get.h> +#include <taler/taler-exchange/reserves_get.h> /** * Version of the Taler Exchange API, in hex.