aboutsummaryrefslogtreecommitdiff
path: root/src/rps/gnunet-service-rps_sampler.c
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/gnunet-service-rps_sampler.c
parent292cefa2a12a78ae54fb56a3961452f439cb744f (diff)
downloadgnunet-38e77d7ab84a21e9aebd558558105c95254ac430.tar.gz
gnunet-38e77d7ab84a21e9aebd558558105c95254ac430.zip
UTIL: Allow only inlcusion of util glib-style.
Diffstat (limited to 'src/rps/gnunet-service-rps_sampler.c')
-rw-r--r--src/rps/gnunet-service-rps_sampler.c1
1 files changed, 0 insertions, 1 deletions
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"