diff options
author | Christian Grothoff <grothoff@gnunet.org> | 2023-11-19 15:45:28 +0100 |
---|---|---|
committer | Christian Grothoff <grothoff@gnunet.org> | 2023-11-19 15:45:28 +0100 |
commit | cdc93b68f0b586282653acc9d3aaaa9f2ac4fa2e (patch) | |
tree | 4451ecad71aecd2d559f18faeec66dd97bf9001f /src | |
parent | e3cd49d353941624a08d3c79b8da32b106bfd742 (diff) |
-fix include
Diffstat (limited to 'src')
-rw-r--r-- | src/exchange/taler-exchange-httpd_spa.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/exchange/taler-exchange-httpd_spa.c b/src/exchange/taler-exchange-httpd_spa.c index 66b6fdcfa..60bed3d28 100644 --- a/src/exchange/taler-exchange-httpd_spa.c +++ b/src/exchange/taler-exchange-httpd_spa.c @@ -20,8 +20,8 @@ */ #include "platform.h" #include <gnunet/gnunet_util_lib.h> -#include <taler/taler_util.h> -#include <taler/taler_mhd_lib.h> +#include "taler_util.h" +#include "taler_mhd_lib.h" #include <gnunet/gnunet_mhd_compat.h> #include "taler-exchange-httpd.h" |