[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnunet] branch master updated: -fix warnings due to failure to include
From: |
gnunet |
Subject: |
[gnunet] branch master updated: -fix warnings due to failure to include platform.h first |
Date: |
Sun, 22 Sep 2024 09:11:18 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository gnunet.
The following commit(s) were added to refs/heads/master by this push:
new ca06d3160 -fix warnings due to failure to include platform.h first
ca06d3160 is described below
commit ca06d31607afbac5f8c25875076bb1a98d27298a
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Sun Sep 22 09:11:10 2024 +0200
-fix warnings due to failure to include platform.h first
---
contrib/gana | 2 +-
contrib/handbook | 2 +-
src/lib/hello/hello-uri.c | 4 +---
src/service/peerstore/gnunet-service-peerstore.c | 1 -
src/service/topology/gnunet-daemon-topology.c | 1 -
5 files changed, 3 insertions(+), 7 deletions(-)
diff --git a/contrib/gana b/contrib/gana
index a2057ac0e..cef0ad358 160000
--- a/contrib/gana
+++ b/contrib/gana
@@ -1 +1 @@
-Subproject commit a2057ac0e3c43950dcfc5024cc0abe6f362e45ba
+Subproject commit cef0ad358584b76a3f29fdcc6be202a332e4d95d
diff --git a/contrib/handbook b/contrib/handbook
index 57e146d7f..3f20b1641 160000
--- a/contrib/handbook
+++ b/contrib/handbook
@@ -1 +1 @@
-Subproject commit 57e146d7f375860cc3e12ae127c90c215e343a2f
+Subproject commit 3f20b1641b5617394f97d6137978f03bcbd57561
diff --git a/src/lib/hello/hello-uri.c b/src/lib/hello/hello-uri.c
index 88c634108..4e39fc496 100644
--- a/src/lib/hello/hello-uri.c
+++ b/src/lib/hello/hello-uri.c
@@ -34,13 +34,11 @@
* that does this to create bootstrap HELLOs shipped with
* the TGZ.
*/
-#include "gnunet_common.h"
#include "platform.h"
-#include "gnunet_time_lib.h"
+#include "gnunet_util_lib.h"
#include "gnunet_signatures.h"
#include "gnunet_hello_uri_lib.h"
#include "gnunet_protocols.h"
-#include "gnunet_util_lib.h"
GNUNET_NETWORK_STRUCT_BEGIN
diff --git a/src/service/peerstore/gnunet-service-peerstore.c
b/src/service/peerstore/gnunet-service-peerstore.c
index 78b5494a9..8dcbd726e 100644
--- a/src/service/peerstore/gnunet-service-peerstore.c
+++ b/src/service/peerstore/gnunet-service-peerstore.c
@@ -23,7 +23,6 @@
* @brief peerstore service implementation
* @author Omar Tarabai
*/
-#include "gnunet_time_lib.h"
#include "platform.h"
#include "gnunet_peerstore_service.h"
#include "gnunet_protocols.h"
diff --git a/src/service/topology/gnunet-daemon-topology.c
b/src/service/topology/gnunet-daemon-topology.c
index aef0985a0..eb22c5a3e 100644
--- a/src/service/topology/gnunet-daemon-topology.c
+++ b/src/service/topology/gnunet-daemon-topology.c
@@ -27,7 +27,6 @@
* - gossping HELLOs
*
*/
-#include "gnunet_time_lib.h"
#include "platform.h"
#include "gnunet_util_lib.h"
#include "gnunet_hello_uri_lib.h"
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gnunet] branch master updated: -fix warnings due to failure to include platform.h first,
gnunet <=