gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-merchant] branch master updated: fix: search for headers in proje


From: gnunet
Subject: [taler-merchant] branch master updated: fix: search for headers in project folder
Date: Tue, 18 Apr 2023 14:51:12 +0200

This is an automated email from the git hooks/post-receive script.

sebasjm pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new ccfd643c fix: search for headers in project folder
ccfd643c is described below

commit ccfd643cdfe7120f2f6c21c5b90f9bb309fe9608
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Tue Apr 18 09:50:11 2023 -0300

    fix: search for headers in project folder
---
 src/backenddb/pg_insert_wirewatch_progress.h | 2 +-
 src/backenddb/pg_select_wirewatch_progress.h | 2 +-
 src/backenddb/pg_template.h                  | 2 +-
 src/backenddb/pg_update_wirewatch_progress.h | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/backenddb/pg_insert_wirewatch_progress.h 
b/src/backenddb/pg_insert_wirewatch_progress.h
index b4edd37b..4af11b9e 100644
--- a/src/backenddb/pg_insert_wirewatch_progress.h
+++ b/src/backenddb/pg_insert_wirewatch_progress.h
@@ -23,7 +23,7 @@
 
 #include <taler/taler_util.h>
 #include <taler/taler_json_lib.h>
-#include <taler/taler_merchantdb_plugin.h>
+#include "taler_merchantdb_plugin.h"
 
 
 /**
diff --git a/src/backenddb/pg_select_wirewatch_progress.h 
b/src/backenddb/pg_select_wirewatch_progress.h
index f03b0506..e2cda0a8 100644
--- a/src/backenddb/pg_select_wirewatch_progress.h
+++ b/src/backenddb/pg_select_wirewatch_progress.h
@@ -23,7 +23,7 @@
 
 #include <taler/taler_util.h>
 #include <taler/taler_json_lib.h>
-#include <taler/taler_merchantdb_plugin.h>
+#include "taler_merchantdb_plugin.h"
 
 
 /**
diff --git a/src/backenddb/pg_template.h b/src/backenddb/pg_template.h
index 30c6bce7..30caece4 100644
--- a/src/backenddb/pg_template.h
+++ b/src/backenddb/pg_template.h
@@ -23,7 +23,7 @@
 
 #include <taler/taler_util.h>
 #include <taler/taler_json_lib.h>
-#include <taler/taler_merchantdb_plugin.h>
+#include "taler_merchantdb_plugin.h"
 
 
 #endif
diff --git a/src/backenddb/pg_update_wirewatch_progress.h 
b/src/backenddb/pg_update_wirewatch_progress.h
index 58c8649d..f50e8066 100644
--- a/src/backenddb/pg_update_wirewatch_progress.h
+++ b/src/backenddb/pg_update_wirewatch_progress.h
@@ -23,7 +23,7 @@
 
 #include <taler/taler_util.h>
 #include <taler/taler_json_lib.h>
-#include <taler/taler_merchantdb_plugin.h>
+#include "taler_merchantdb_plugin.h"
 
 
 /**

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]