gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] branch master updated: -fix include order to get rid of warning


From: gnunet
Subject: [gnunet] branch master updated: -fix include order to get rid of warnings
Date: Wed, 04 Oct 2023 09:56:04 +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 885be5bef -fix include order to get rid of warnings
885be5bef is described below

commit 885be5bef2dd2aa743d18d9c41870407569489d3
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Wed Oct 4 09:55:49 2023 +0200

    -fix include order to get rid of warnings
---
 contrib/gana       | 2 +-
 contrib/sphinx     | 2 +-
 src/util/helper.c  | 2 --
 src/util/network.c | 3 +--
 4 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/contrib/gana b/contrib/gana
index c1dc2dc97..c4142e681 160000
--- a/contrib/gana
+++ b/contrib/gana
@@ -1 +1 @@
-Subproject commit c1dc2dc975742c929a523c22d91f7d4f82787230
+Subproject commit c4142e681a0921c186fe4a413840c2b884e8247d
diff --git a/contrib/sphinx b/contrib/sphinx
index 9c5b9d904..e6d65efe7 160000
--- a/contrib/sphinx
+++ b/contrib/sphinx
@@ -1 +1 @@
-Subproject commit 9c5b9d9040d21542eff792e26624cf9669b127aa
+Subproject commit e6d65efe70f694d030182401437d309532c1cc12
diff --git a/src/util/helper.c b/src/util/helper.c
index d7fbb5ead..1dd3e33e2 100644
--- a/src/util/helper.c
+++ b/src/util/helper.c
@@ -25,8 +25,6 @@
  * @author Philipp Toelke
  * @author Christian Grothoff
  */
-
-#include "gnunet_common.h"
 #include "platform.h"
 #include "gnunet_util_lib.h"
 
diff --git a/src/util/network.c b/src/util/network.c
index 34f34eec6..8c74c5626 100644
--- a/src/util/network.c
+++ b/src/util/network.c
@@ -24,9 +24,8 @@
  * @author Nils Durner
  * @author Christian Grothoff
  */
-
-#include "gnunet_common.h"
 #include "platform.h"
+#include "gnunet_common.h"
 #include "disk.h"
 
 #define LOG(kind, ...) GNUNET_log_from (kind, "util-network", __VA_ARGS__)

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]