aboutsummaryrefslogtreecommitdiff
path: root/src/dns/gnunet-helper-dns.c
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2022-12-04 19:35:42 +0900
committerMartin Schanzenbach <schanzen@gnunet.org>2022-12-04 19:35:42 +0900
commit38e77d7ab84a21e9aebd558558105c95254ac430 (patch)
tree016efa7b50dfd39e42b41b6e3075874de6e5b633 /src/dns/gnunet-helper-dns.c
parent292cefa2a12a78ae54fb56a3961452f439cb744f (diff)
downloadgnunet-38e77d7ab84a21e9aebd558558105c95254ac430.tar.gz
gnunet-38e77d7ab84a21e9aebd558558105c95254ac430.zip
UTIL: Allow only inlcusion of util glib-style.
Diffstat (limited to 'src/dns/gnunet-helper-dns.c')
-rw-r--r--src/dns/gnunet-helper-dns.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/dns/gnunet-helper-dns.c b/src/dns/gnunet-helper-dns.c
index a58176893..54443cd7a 100644
--- a/src/dns/gnunet-helper-dns.c
+++ b/src/dns/gnunet-helper-dns.c
@@ -64,7 +64,6 @@
64 * - Christian Grothoff 64 * - Christian Grothoff
65 */ 65 */
66#include "platform.h" 66#include "platform.h"
67#include "platform.h"
68 67
69#ifdef IF_TUN_HDR 68#ifdef IF_TUN_HDR
70#include IF_TUN_HDR 69#include IF_TUN_HDR
@@ -73,7 +72,7 @@
73/** 72/**
74 * Need 'struct GNUNET_MessageHeader'. 73 * Need 'struct GNUNET_MessageHeader'.
75 */ 74 */
76#include "gnunet_crypto_lib.h" 75#include "gnunet_util_lib.h"
77#include "gnunet_common.h" 76#include "gnunet_common.h"
78 77
79/** 78/**