gnunet

Main GNUnet Logic
Log | Files | Refs | Submodules | README | LICENSE

commit 885be5bef2dd2aa743d18d9c41870407569489d3
parent 109f3188ba65b788990427d6d26ba8874a9b84f5
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Wed,  4 Oct 2023 09:55:49 +0200

-fix include order to get rid of warnings

Diffstat:
Msrc/util/helper.c | 2--
Msrc/util/network.c | 3+--
2 files changed, 1 insertion(+), 4 deletions(-)

diff --git 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 @@ -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__)