aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gnunet-gns.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/gns/gnunet-gns.c
parent292cefa2a12a78ae54fb56a3961452f439cb744f (diff)
downloadgnunet-38e77d7ab84a21e9aebd558558105c95254ac430.tar.gz
gnunet-38e77d7ab84a21e9aebd558558105c95254ac430.zip
UTIL: Allow only inlcusion of util glib-style.
Diffstat (limited to 'src/gns/gnunet-gns.c')
-rw-r--r--src/gns/gnunet-gns.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gns/gnunet-gns.c b/src/gns/gnunet-gns.c
index baa784404..c71676a08 100644
--- a/src/gns/gnunet-gns.c
+++ b/src/gns/gnunet-gns.c
@@ -23,7 +23,6 @@
23 * @author Christian Grothoff 23 * @author Christian Grothoff
24 */ 24 */
25#include "platform.h" 25#include "platform.h"
26#include "platform.h"
27#if HAVE_LIBIDN2 26#if HAVE_LIBIDN2
28#if HAVE_IDN2_H 27#if HAVE_IDN2_H
29#include <idn2.h> 28#include <idn2.h>
@@ -38,7 +37,6 @@
38#endif 37#endif
39#endif 38#endif
40#include <gnunet_util_lib.h> 39#include <gnunet_util_lib.h>
41#include <gnunet_dnsparser_lib.h>
42#include <gnunet_gnsrecord_lib.h> 40#include <gnunet_gnsrecord_lib.h>
43#include <gnunet_namestore_service.h> 41#include <gnunet_namestore_service.h>
44#include <gnunet_gns_service.h> 42#include <gnunet_gns_service.h>