aboutsummaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
Diffstat (limited to 'src/util')
-rw-r--r--src/util/helper.c2
-rw-r--r--src/util/network.c3
2 files changed, 1 insertions, 4 deletions
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__)