exchange

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

commit f4e3d9f7163c0536015a3af1f8873e22d771c4f0
parent 4cd70bc0a7d565547d673fcef2cade2ee2df4a4b
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue, 14 Dec 2021 17:01:52 +0100

-die pthread.h

Diffstat:
Msrc/exchange/taler-exchange-httpd_keys.h | 1-
Msrc/exchange/taler-exchange-httpd_responses.h | 1-
2 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/exchange/taler-exchange-httpd_keys.h b/src/exchange/taler-exchange-httpd_keys.h @@ -19,7 +19,6 @@ * @author Christian Grothoff */ #include "platform.h" -#include <pthread.h> #include "taler_json_lib.h" #include "taler_mhd_lib.h" #include "taler-exchange-httpd_responses.h" diff --git a/src/exchange/taler-exchange-httpd_responses.h b/src/exchange/taler-exchange-httpd_responses.h @@ -27,7 +27,6 @@ #include <gnunet/gnunet_util_lib.h> #include <jansson.h> #include <microhttpd.h> -#include <pthread.h> #include "taler_error_codes.h" #include "taler-exchange-httpd.h" #include "taler-exchange-httpd_db.h"