aboutsummaryrefslogtreecommitdiff
path: root/src/rps
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/rps
parent292cefa2a12a78ae54fb56a3961452f439cb744f (diff)
downloadgnunet-38e77d7ab84a21e9aebd558558105c95254ac430.tar.gz
gnunet-38e77d7ab84a21e9aebd558558105c95254ac430.zip
UTIL: Allow only inlcusion of util glib-style.
Diffstat (limited to 'src/rps')
-rw-r--r--src/rps/gnunet-rps-profiler.c1
-rw-r--r--src/rps/gnunet-rps.c1
-rw-r--r--src/rps/gnunet-service-rps.c1
-rw-r--r--src/rps/gnunet-service-rps_custommap.c1
-rw-r--r--src/rps/gnunet-service-rps_sampler.c1
-rw-r--r--src/rps/gnunet-service-rps_sampler_elem.c1
-rw-r--r--src/rps/gnunet-service-rps_view.c1
-rw-r--r--src/rps/rps-sampler_client.c1
-rw-r--r--src/rps/rps-sampler_common.c1
-rw-r--r--src/rps/rps-test_util.c1
-rw-r--r--src/rps/rps_api.c1
-rw-r--r--src/rps/test_rps.c1
-rw-r--r--src/rps/test_rps_api.c1
13 files changed, 0 insertions, 13 deletions
diff --git a/src/rps/gnunet-rps-profiler.c b/src/rps/gnunet-rps-profiler.c
index aa6c14056..df10ad5da 100644
--- a/src/rps/gnunet-rps-profiler.c
+++ b/src/rps/gnunet-rps-profiler.c
@@ -25,7 +25,6 @@
25 * for one message from each peer. 25 * for one message from each peer.
26 */ 26 */
27#include "platform.h" 27#include "platform.h"
28#include "platform.h"
29// #include "rps_test_lib.h" 28// #include "rps_test_lib.h"
30#include "gnunet_util_lib.h" 29#include "gnunet_util_lib.h"
31#include "gnunet_testbed_service.h" 30#include "gnunet_testbed_service.h"
diff --git a/src/rps/gnunet-rps.c b/src/rps/gnunet-rps.c
index 1c6fc6185..f90fc0d88 100644
--- a/src/rps/gnunet-rps.c
+++ b/src/rps/gnunet-rps.c
@@ -24,7 +24,6 @@
24 * @author Julius Bünger 24 * @author Julius Bünger
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_rps_service.h" 28#include "gnunet_rps_service.h"
30#include <inttypes.h> 29#include <inttypes.h>
diff --git a/src/rps/gnunet-service-rps.c b/src/rps/gnunet-service-rps.c
index 58f9e2e5f..be9324af9 100644
--- a/src/rps/gnunet-service-rps.c
+++ b/src/rps/gnunet-service-rps.c
@@ -24,7 +24,6 @@
24 * @author Julius Bünger 24 * @author Julius Bünger
25 */ 25 */
26#include "platform.h" 26#include "platform.h"
27#include "platform.h"
28#include "gnunet_applications.h" 27#include "gnunet_applications.h"
29#include "gnunet_util_lib.h" 28#include "gnunet_util_lib.h"
30#include "gnunet_cadet_service.h" 29#include "gnunet_cadet_service.h"
diff --git a/src/rps/gnunet-service-rps_custommap.c b/src/rps/gnunet-service-rps_custommap.c
index 7bad7a93f..b1e73be17 100644
--- a/src/rps/gnunet-service-rps_custommap.c
+++ b/src/rps/gnunet-service-rps_custommap.c
@@ -24,7 +24,6 @@
24 * @author Julius Bünger 24 * @author Julius Bünger
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-service-rps_custommap.h" 28#include "gnunet-service-rps_custommap.h"
30#include <inttypes.h> 29#include <inttypes.h>
diff --git a/src/rps/gnunet-service-rps_sampler.c b/src/rps/gnunet-service-rps_sampler.c
index 4f98d8c4c..598cc887e 100644
--- a/src/rps/gnunet-service-rps_sampler.c
+++ b/src/rps/gnunet-service-rps_sampler.c
@@ -24,7 +24,6 @@
24 * @author Julius Bünger 24 * @author Julius Bünger
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_statistics_service.h" 28#include "gnunet_statistics_service.h"
30#include "rps.h" 29#include "rps.h"
diff --git a/src/rps/gnunet-service-rps_sampler_elem.c b/src/rps/gnunet-service-rps_sampler_elem.c
index 9f0389a13..a6dc755a3 100644
--- a/src/rps/gnunet-service-rps_sampler_elem.c
+++ b/src/rps/gnunet-service-rps_sampler_elem.c
@@ -24,7 +24,6 @@
24 * @author Julius Bünger 24 * @author Julius Bünger
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 28
30#include "gnunet-service-rps_sampler_elem.h" 29#include "gnunet-service-rps_sampler_elem.h"
diff --git a/src/rps/gnunet-service-rps_view.c b/src/rps/gnunet-service-rps_view.c
index d5452705f..d58b995a3 100644
--- a/src/rps/gnunet-service-rps_view.c
+++ b/src/rps/gnunet-service-rps_view.c
@@ -24,7 +24,6 @@
24 * @author Julius Bünger 24 * @author Julius Bünger
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-service-rps_view.h" 28#include "gnunet-service-rps_view.h"
30#include <inttypes.h> 29#include <inttypes.h>
diff --git a/src/rps/rps-sampler_client.c b/src/rps/rps-sampler_client.c
index c1ab3838c..f6e98ce29 100644
--- a/src/rps/rps-sampler_client.c
+++ b/src/rps/rps-sampler_client.c
@@ -24,7 +24,6 @@
24 * @author Julius Bünger 24 * @author Julius Bünger
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_statistics_service.h" 28#include "gnunet_statistics_service.h"
30#include "rps.h" 29#include "rps.h"
diff --git a/src/rps/rps-sampler_common.c b/src/rps/rps-sampler_common.c
index 3bc2342b8..e3fb79501 100644
--- a/src/rps/rps-sampler_common.c
+++ b/src/rps/rps-sampler_common.c
@@ -24,7 +24,6 @@
24 * @author Julius Bünger 24 * @author Julius Bünger
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_statistics_service.h" 28#include "gnunet_statistics_service.h"
30 29
diff --git a/src/rps/rps-test_util.c b/src/rps/rps-test_util.c
index c8acf5fed..8fd82f7b3 100644
--- a/src/rps/rps-test_util.c
+++ b/src/rps/rps-test_util.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 "rps-test_util.h" 31#include "rps-test_util.h"
33 32
diff --git a/src/rps/rps_api.c b/src/rps/rps_api.c
index f7237924f..c4166745a 100644
--- a/src/rps/rps_api.c
+++ b/src/rps/rps_api.c
@@ -24,7 +24,6 @@
24 * @author Julius Bünger 24 * @author Julius Bünger
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 "rps.h" 28#include "rps.h"
30#include "gnunet_rps_service.h" 29#include "gnunet_rps_service.h"
diff --git a/src/rps/test_rps.c b/src/rps/test_rps.c
index a90cfc436..ab132ec8a 100644
--- a/src/rps/test_rps.c
+++ b/src/rps/test_rps.c
@@ -25,7 +25,6 @@
25 * for one message from each peer. 25 * for one message from each peer.
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_testbed_service.h" 29#include "gnunet_testbed_service.h"
31 30
diff --git a/src/rps/test_rps_api.c b/src/rps/test_rps_api.c
index 014a6ab7c..06dad2887 100644
--- a/src/rps/test_rps_api.c
+++ b/src/rps/test_rps_api.c
@@ -22,7 +22,6 @@
22 * @brief testcase for rps_api.c 22 * @brief testcase for rps_api.c
23 */ 23 */
24#include "platform.h" 24#include "platform.h"
25#include "platform.h"
26#include "gnunet_util_lib.h" 25#include "gnunet_util_lib.h"
27#include "gnunet_rps_service.h" 26#include "gnunet_rps_service.h"
28 27