aboutsummaryrefslogtreecommitdiff
path: root/src/datastore
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2022-12-04 16:47:17 +0900
committerMartin Schanzenbach <schanzen@gnunet.org>2022-12-04 16:47:17 +0900
commit292cefa2a12a78ae54fb56a3961452f439cb744f (patch)
tree14bcb29874ecab1301c624b375e0df088c03614f /src/datastore
parentcbe225ddce5627c59902cfdb9524dead675d19d0 (diff)
downloadgnunet-292cefa2a12a78ae54fb56a3961452f439cb744f.tar.gz
gnunet-292cefa2a12a78ae54fb56a3961452f439cb744f.zip
BUILD: Attempt to disentable platform.h, gnunet_common.h and gnunet_private_config.h insanity
Diffstat (limited to 'src/datastore')
-rw-r--r--src/datastore/datastore_api.c1
-rw-r--r--src/datastore/gnunet-datastore.c1
-rw-r--r--src/datastore/gnunet-service-datastore.c1
-rw-r--r--src/datastore/perf_datastore_api.c1
-rw-r--r--src/datastore/perf_plugin_datastore.c1
-rw-r--r--src/datastore/plugin_datastore_heap.c1
-rw-r--r--src/datastore/plugin_datastore_mysql.c1
-rw-r--r--src/datastore/plugin_datastore_postgres.c1
-rw-r--r--src/datastore/plugin_datastore_sqlite.c1
-rw-r--r--src/datastore/plugin_datastore_template.c1
-rw-r--r--src/datastore/test_datastore_api.c1
-rw-r--r--src/datastore/test_datastore_api_management.c1
-rw-r--r--src/datastore/test_plugin_datastore.c1
13 files changed, 13 insertions, 0 deletions
diff --git a/src/datastore/datastore_api.c b/src/datastore/datastore_api.c
index 4d27efb4e..d49583a37 100644
--- a/src/datastore/datastore_api.c
+++ b/src/datastore/datastore_api.c
@@ -25,6 +25,7 @@
25 * @author Christian Grothoff 25 * @author Christian Grothoff
26 */ 26 */
27#include "platform.h" 27#include "platform.h"
28#include "platform.h"
28#include "gnunet_arm_service.h" 29#include "gnunet_arm_service.h"
29#include "gnunet_constants.h" 30#include "gnunet_constants.h"
30#include "gnunet_datastore_service.h" 31#include "gnunet_datastore_service.h"
diff --git a/src/datastore/gnunet-datastore.c b/src/datastore/gnunet-datastore.c
index 5901cce54..c2f145a5c 100644
--- a/src/datastore/gnunet-datastore.c
+++ b/src/datastore/gnunet-datastore.c
@@ -23,6 +23,7 @@
23 * @brief tool to manipulate datastores 23 * @brief tool to manipulate datastores
24 * @author Christian Grothoff 24 * @author Christian Grothoff
25 */ 25 */
26#include "platform.h"
26#include <inttypes.h> 27#include <inttypes.h>
27#include "platform.h" 28#include "platform.h"
28#include "gnunet_util_lib.h" 29#include "gnunet_util_lib.h"
diff --git a/src/datastore/gnunet-service-datastore.c b/src/datastore/gnunet-service-datastore.c
index f45e71ee9..f267b7aea 100644
--- a/src/datastore/gnunet-service-datastore.c
+++ b/src/datastore/gnunet-service-datastore.c
@@ -25,6 +25,7 @@
25 */ 25 */
26 26
27#include "platform.h" 27#include "platform.h"
28#include "platform.h"
28#include "gnunet_util_lib.h" 29#include "gnunet_util_lib.h"
29#include "gnunet_protocols.h" 30#include "gnunet_protocols.h"
30#include "gnunet_statistics_service.h" 31#include "gnunet_statistics_service.h"
diff --git a/src/datastore/perf_datastore_api.c b/src/datastore/perf_datastore_api.c
index fef38891e..a141657ce 100644
--- a/src/datastore/perf_datastore_api.c
+++ b/src/datastore/perf_datastore_api.c
@@ -32,6 +32,7 @@
32 * dates are set using a pseudo-random value within a realistic range. 32 * dates are set using a pseudo-random value within a realistic range.
33 */ 33 */
34#include "platform.h" 34#include "platform.h"
35#include "platform.h"
35#include "gnunet_util_lib.h" 36#include "gnunet_util_lib.h"
36#include "gnunet_protocols.h" 37#include "gnunet_protocols.h"
37#include "gnunet_datastore_service.h" 38#include "gnunet_datastore_service.h"
diff --git a/src/datastore/perf_plugin_datastore.c b/src/datastore/perf_plugin_datastore.c
index d7488d4e7..7763e7f5d 100644
--- a/src/datastore/perf_plugin_datastore.c
+++ b/src/datastore/perf_plugin_datastore.c
@@ -24,6 +24,7 @@
24 */ 24 */
25 25
26#include "platform.h" 26#include "platform.h"
27#include "platform.h"
27#include "gnunet_util_lib.h" 28#include "gnunet_util_lib.h"
28#include "gnunet_protocols.h" 29#include "gnunet_protocols.h"
29#include "gnunet_datastore_plugin.h" 30#include "gnunet_datastore_plugin.h"
diff --git a/src/datastore/plugin_datastore_heap.c b/src/datastore/plugin_datastore_heap.c
index a827a2763..1f794ec29 100644
--- a/src/datastore/plugin_datastore_heap.c
+++ b/src/datastore/plugin_datastore_heap.c
@@ -28,6 +28,7 @@
28 */ 28 */
29 29
30#include "platform.h" 30#include "platform.h"
31#include "platform.h"
31#include "gnunet_datastore_plugin.h" 32#include "gnunet_datastore_plugin.h"
32 33
33 34
diff --git a/src/datastore/plugin_datastore_mysql.c b/src/datastore/plugin_datastore_mysql.c
index 216a6faa4..ef271f178 100644
--- a/src/datastore/plugin_datastore_mysql.c
+++ b/src/datastore/plugin_datastore_mysql.c
@@ -118,6 +118,7 @@
118 */ 118 */
119 119
120#include "platform.h" 120#include "platform.h"
121#include "platform.h"
121#include "gnunet_datastore_plugin.h" 122#include "gnunet_datastore_plugin.h"
122#include "gnunet_util_lib.h" 123#include "gnunet_util_lib.h"
123#include "gnunet_mysql_lib.h" 124#include "gnunet_mysql_lib.h"
diff --git a/src/datastore/plugin_datastore_postgres.c b/src/datastore/plugin_datastore_postgres.c
index 5fcacc17b..4874fa642 100644
--- a/src/datastore/plugin_datastore_postgres.c
+++ b/src/datastore/plugin_datastore_postgres.c
@@ -24,6 +24,7 @@
24 * @author Christian Grothoff 24 * @author Christian Grothoff
25 */ 25 */
26#include "platform.h" 26#include "platform.h"
27#include "platform.h"
27#include "gnunet_datastore_plugin.h" 28#include "gnunet_datastore_plugin.h"
28#include "gnunet_pq_lib.h" 29#include "gnunet_pq_lib.h"
29 30
diff --git a/src/datastore/plugin_datastore_sqlite.c b/src/datastore/plugin_datastore_sqlite.c
index 5ea9da4cb..163d1efed 100644
--- a/src/datastore/plugin_datastore_sqlite.c
+++ b/src/datastore/plugin_datastore_sqlite.c
@@ -25,6 +25,7 @@
25 */ 25 */
26 26
27#include "platform.h" 27#include "platform.h"
28#include "platform.h"
28#include "gnunet_datastore_plugin.h" 29#include "gnunet_datastore_plugin.h"
29#include "gnunet_sq_lib.h" 30#include "gnunet_sq_lib.h"
30#include <sqlite3.h> 31#include <sqlite3.h>
diff --git a/src/datastore/plugin_datastore_template.c b/src/datastore/plugin_datastore_template.c
index 2b455f8cb..92986e22e 100644
--- a/src/datastore/plugin_datastore_template.c
+++ b/src/datastore/plugin_datastore_template.c
@@ -25,6 +25,7 @@
25 */ 25 */
26 26
27#include "platform.h" 27#include "platform.h"
28#include "platform.h"
28#include "gnunet_datastore_plugin.h" 29#include "gnunet_datastore_plugin.h"
29 30
30 31
diff --git a/src/datastore/test_datastore_api.c b/src/datastore/test_datastore_api.c
index e72a6acd3..f35ae4106 100644
--- a/src/datastore/test_datastore_api.c
+++ b/src/datastore/test_datastore_api.c
@@ -27,6 +27,7 @@
27 */ 27 */
28 28
29#include "platform.h" 29#include "platform.h"
30#include "platform.h"
30#include "gnunet_util_lib.h" 31#include "gnunet_util_lib.h"
31#include "gnunet_protocols.h" 32#include "gnunet_protocols.h"
32#include "gnunet_datastore_service.h" 33#include "gnunet_datastore_service.h"
diff --git a/src/datastore/test_datastore_api_management.c b/src/datastore/test_datastore_api_management.c
index 175765267..2f911fbf3 100644
--- a/src/datastore/test_datastore_api_management.c
+++ b/src/datastore/test_datastore_api_management.c
@@ -23,6 +23,7 @@
23 * @author Christian Grothoff 23 * @author Christian Grothoff
24 */ 24 */
25#include "platform.h" 25#include "platform.h"
26#include "platform.h"
26#include "gnunet_util_lib.h" 27#include "gnunet_util_lib.h"
27#include "gnunet_protocols.h" 28#include "gnunet_protocols.h"
28#include "gnunet_datastore_service.h" 29#include "gnunet_datastore_service.h"
diff --git a/src/datastore/test_plugin_datastore.c b/src/datastore/test_plugin_datastore.c
index 9fe2462e7..bb6ce5367 100644
--- a/src/datastore/test_plugin_datastore.c
+++ b/src/datastore/test_plugin_datastore.c
@@ -24,6 +24,7 @@
24 */ 24 */
25 25
26#include "platform.h" 26#include "platform.h"
27#include "platform.h"
27#include "gnunet_util_lib.h" 28#include "gnunet_util_lib.h"
28#include "gnunet_protocols.h" 29#include "gnunet_protocols.h"
29#include "gnunet_datastore_plugin.h" 30#include "gnunet_datastore_plugin.h"