commit ccfd643cdfe7120f2f6c21c5b90f9bb309fe9608
parent c32bc2f5ec9a64922a6da52df8e4c0ce3842bb5c
Author: Sebastian <sebasjm@gmail.com>
Date: Tue, 18 Apr 2023 09:50:11 -0300
fix: search for headers in project folder
Diffstat:
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
@@ -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
@@ -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
@@ -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
@@ -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"
/**