aboutsummaryrefslogtreecommitdiff
path: root/src/datastore
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2022-12-04 19:35:42 +0900
committerMartin Schanzenbach <schanzen@gnunet.org>2022-12-04 19:35:42 +0900
commit38e77d7ab84a21e9aebd558558105c95254ac430 (patch)
tree016efa7b50dfd39e42b41b6e3075874de6e5b633 /src/datastore
parent292cefa2a12a78ae54fb56a3961452f439cb744f (diff)
downloadgnunet-38e77d7ab84a21e9aebd558558105c95254ac430.tar.gz
gnunet-38e77d7ab84a21e9aebd558558105c95254ac430.zip
UTIL: Allow only inlcusion of util glib-style.
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, 0 insertions, 13 deletions
diff --git a/src/datastore/datastore_api.c b/src/datastore/datastore_api.c
index d49583a37..4d27efb4e 100644
--- a/src/datastore/datastore_api.c
+++ b/src/datastore/datastore_api.c
@@ -25,7 +25,6 @@
25 * @author Christian Grothoff 25 * @author Christian Grothoff
26 */ 26 */
27#include "platform.h" 27#include "platform.h"
28#include "platform.h"
29#include "gnunet_arm_service.h" 28#include "gnunet_arm_service.h"
30#include "gnunet_constants.h" 29#include "gnunet_constants.h"
31#include "gnunet_datastore_service.h" 30#include "gnunet_datastore_service.h"
diff --git a/src/datastore/gnunet-datastore.c b/src/datastore/gnunet-datastore.c
index c2f145a5c..9a76d1160 100644
--- a/src/datastore/gnunet-datastore.c
+++ b/src/datastore/gnunet-datastore.c
@@ -25,7 +25,6 @@
25 */ 25 */
26#include "platform.h" 26#include "platform.h"
27#include <inttypes.h> 27#include <inttypes.h>
28#include "platform.h"
29#include "gnunet_util_lib.h" 28#include "gnunet_util_lib.h"
30#include "gnunet_datastore_service.h" 29#include "gnunet_datastore_service.h"
31 30
diff --git a/src/datastore/gnunet-service-datastore.c b/src/datastore/gnunet-service-datastore.c
index f267b7aea..f45e71ee9 100644
--- a/src/datastore/gnunet-service-datastore.c
+++ b/src/datastore/gnunet-service-datastore.c
@@ -25,7 +25,6 @@
25 */ 25 */
26 26
27#include "platform.h" 27#include "platform.h"
28#include "platform.h"
29#include "gnunet_util_lib.h" 28#include "gnunet_util_lib.h"
30#include "gnunet_protocols.h" 29#include "gnunet_protocols.h"
31#include "gnunet_statistics_service.h" 30#include "gnunet_statistics_service.h"
diff --git a/src/datastore/perf_datastore_api.c b/src/datastore/perf_datastore_api.c
index a141657ce..fef38891e 100644
--- a/src/datastore/perf_datastore_api.c
+++ b/src/datastore/perf_datastore_api.c
@@ -32,7 +32,6 @@
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"
36#include "gnunet_util_lib.h" 35#include "gnunet_util_lib.h"
37#include "gnunet_protocols.h" 36#include "gnunet_protocols.h"
38#include "gnunet_datastore_service.h" 37#include "gnunet_datastore_service.h"
diff --git a/src/datastore/perf_plugin_datastore.c b/src/datastore/perf_plugin_datastore.c
index 7763e7f5d..d7488d4e7 100644
--- a/src/datastore/perf_plugin_datastore.c
+++ b/src/datastore/perf_plugin_datastore.c
@@ -24,7 +24,6 @@
24 */ 24 */
25 25
26#include "platform.h" 26#include "platform.h"
27#include "platform.h"
28#include "gnunet_util_lib.h" 27#include "gnunet_util_lib.h"
29#include "gnunet_protocols.h" 28#include "gnunet_protocols.h"
30#include "gnunet_datastore_plugin.h" 29#include "gnunet_datastore_plugin.h"
diff --git a/src/datastore/plugin_datastore_heap.c b/src/datastore/plugin_datastore_heap.c
index 1f794ec29..a827a2763 100644
--- a/src/datastore/plugin_datastore_heap.c
+++ b/src/datastore/plugin_datastore_heap.c
@@ -28,7 +28,6 @@
28 */ 28 */
29 29
30#include "platform.h" 30#include "platform.h"
31#include "platform.h"
32#include "gnunet_datastore_plugin.h" 31#include "gnunet_datastore_plugin.h"
33 32
34 33
diff --git a/src/datastore/plugin_datastore_mysql.c b/src/datastore/plugin_datastore_mysql.c
index ef271f178..216a6faa4 100644
--- a/src/datastore/plugin_datastore_mysql.c
+++ b/src/datastore/plugin_datastore_mysql.c
@@ -118,7 +118,6 @@
118 */ 118 */
119 119
120#include "platform.h" 120#include "platform.h"
121#include "platform.h"
122#include "gnunet_datastore_plugin.h" 121#include "gnunet_datastore_plugin.h"
123#include "gnunet_util_lib.h" 122#include "gnunet_util_lib.h"
124#include "gnunet_mysql_lib.h" 123#include "gnunet_mysql_lib.h"
diff --git a/src/datastore/plugin_datastore_postgres.c b/src/datastore/plugin_datastore_postgres.c
index 4874fa642..5fcacc17b 100644
--- a/src/datastore/plugin_datastore_postgres.c
+++ b/src/datastore/plugin_datastore_postgres.c
@@ -24,7 +24,6 @@
24 * @author Christian Grothoff 24 * @author Christian Grothoff
25 */ 25 */
26#include "platform.h" 26#include "platform.h"
27#include "platform.h"
28#include "gnunet_datastore_plugin.h" 27#include "gnunet_datastore_plugin.h"
29#include "gnunet_pq_lib.h" 28#include "gnunet_pq_lib.h"
30 29
diff --git a/src/datastore/plugin_datastore_sqlite.c b/src/datastore/plugin_datastore_sqlite.c
index 163d1efed..5ea9da4cb 100644
--- a/src/datastore/plugin_datastore_sqlite.c
+++ b/src/datastore/plugin_datastore_sqlite.c
@@ -25,7 +25,6 @@
25 */ 25 */
26 26
27#include "platform.h" 27#include "platform.h"
28#include "platform.h"
29#include "gnunet_datastore_plugin.h" 28#include "gnunet_datastore_plugin.h"
30#include "gnunet_sq_lib.h" 29#include "gnunet_sq_lib.h"
31#include <sqlite3.h> 30#include <sqlite3.h>
diff --git a/src/datastore/plugin_datastore_template.c b/src/datastore/plugin_datastore_template.c
index 92986e22e..2b455f8cb 100644
--- a/src/datastore/plugin_datastore_template.c
+++ b/src/datastore/plugin_datastore_template.c
@@ -25,7 +25,6 @@
25 */ 25 */
26 26
27#include "platform.h" 27#include "platform.h"
28#include "platform.h"
29#include "gnunet_datastore_plugin.h" 28#include "gnunet_datastore_plugin.h"
30 29
31 30
diff --git a/src/datastore/test_datastore_api.c b/src/datastore/test_datastore_api.c
index f35ae4106..e72a6acd3 100644
--- a/src/datastore/test_datastore_api.c
+++ b/src/datastore/test_datastore_api.c
@@ -27,7 +27,6 @@
27 */ 27 */
28 28
29#include "platform.h" 29#include "platform.h"
30#include "platform.h"
31#include "gnunet_util_lib.h" 30#include "gnunet_util_lib.h"
32#include "gnunet_protocols.h" 31#include "gnunet_protocols.h"
33#include "gnunet_datastore_service.h" 32#include "gnunet_datastore_service.h"
diff --git a/src/datastore/test_datastore_api_management.c b/src/datastore/test_datastore_api_management.c
index 2f911fbf3..175765267 100644
--- a/src/datastore/test_datastore_api_management.c
+++ b/src/datastore/test_datastore_api_management.c
@@ -23,7 +23,6 @@
23 * @author Christian Grothoff 23 * @author Christian Grothoff
24 */ 24 */
25#include "platform.h" 25#include "platform.h"
26#include "platform.h"
27#include "gnunet_util_lib.h" 26#include "gnunet_util_lib.h"
28#include "gnunet_protocols.h" 27#include "gnunet_protocols.h"
29#include "gnunet_datastore_service.h" 28#include "gnunet_datastore_service.h"
diff --git a/src/datastore/test_plugin_datastore.c b/src/datastore/test_plugin_datastore.c
index bb6ce5367..9fe2462e7 100644
--- a/src/datastore/test_plugin_datastore.c
+++ b/src/datastore/test_plugin_datastore.c
@@ -24,7 +24,6 @@
24 */ 24 */
25 25
26#include "platform.h" 26#include "platform.h"
27#include "platform.h"
28#include "gnunet_util_lib.h" 27#include "gnunet_util_lib.h"
29#include "gnunet_protocols.h" 28#include "gnunet_protocols.h"
30#include "gnunet_datastore_plugin.h" 29#include "gnunet_datastore_plugin.h"