aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2023-10-04 16:34:11 +0200
committerMartin Schanzenbach <schanzen@gnunet.org>2023-10-04 16:34:11 +0200
commit7f9ddac03bb3f87d6e1b7719d488fd1e3683e02c (patch)
treef4251c0db3f21ac1824688cd551976b84df23193
parent61527ff1d9dbb8980e91fbe06597dec89af04f73 (diff)
parent7a808bfffc0709d5b913aba2b44337d0abbd256f (diff)
downloadgnunet-7f9ddac03bb3f87d6e1b7719d488fd1e3683e02c.tar.gz
gnunet-7f9ddac03bb3f87d6e1b7719d488fd1e3683e02c.zip
Merge branch 'master' into l20integration
m---------contrib/gana0
m---------contrib/sphinx0
-rw-r--r--src/fs/meta_data.c4
-rw-r--r--src/util/helper.c2
-rw-r--r--src/util/network.c3
5 files changed, 1 insertions, 8 deletions
diff --git a/contrib/gana b/contrib/gana
Subproject c1dc2dc975742c929a523c22d91f7d4f8278723 Subproject c4142e681a0921c186fe4a413840c2b884e8247
diff --git a/contrib/sphinx b/contrib/sphinx
Subproject 9c5b9d9040d21542eff792e26624cf9669b127a Subproject e6d65efe70f694d030182401437d309532c1cc1
diff --git a/src/fs/meta_data.c b/src/fs/meta_data.c
index cf9448aa4..1e75ecf6c 100644
--- a/src/fs/meta_data.c
+++ b/src/fs/meta_data.c
@@ -24,12 +24,8 @@
24 * @author Christian Grothoff 24 * @author Christian Grothoff
25 * @author Martin Schanzenbach 25 * @author Martin Schanzenbach
26 */ 26 */
27
28
29#include "gnunet_common.h"
30#include "platform.h" 27#include "platform.h"
31#include "gnunet_util_lib.h" 28#include "gnunet_util_lib.h"
32
33#include "gnunet_fs_service.h" 29#include "gnunet_fs_service.h"
34 30
35/** 31/**
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 @@
25 * @author Philipp Toelke 25 * @author Philipp Toelke
26 * @author Christian Grothoff 26 * @author Christian Grothoff
27 */ 27 */
28
29#include "gnunet_common.h"
30#include "platform.h" 28#include "platform.h"
31#include "gnunet_util_lib.h" 29#include "gnunet_util_lib.h"
32 30
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 @@
24 * @author Nils Durner 24 * @author Nils Durner
25 * @author Christian Grothoff 25 * @author Christian Grothoff
26 */ 26 */
27
28#include "gnunet_common.h"
29#include "platform.h" 27#include "platform.h"
28#include "gnunet_common.h"
30#include "disk.h" 29#include "disk.h"
31 30
32#define LOG(kind, ...) GNUNET_log_from (kind, "util-network", __VA_ARGS__) 31#define LOG(kind, ...) GNUNET_log_from (kind, "util-network", __VA_ARGS__)