aboutsummaryrefslogtreecommitdiff
path: root/src/json
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/json
parent292cefa2a12a78ae54fb56a3961452f439cb744f (diff)
downloadgnunet-38e77d7ab84a21e9aebd558558105c95254ac430.tar.gz
gnunet-38e77d7ab84a21e9aebd558558105c95254ac430.zip
UTIL: Allow only inlcusion of util glib-style.
Diffstat (limited to 'src/json')
-rw-r--r--src/json/json.c1
-rw-r--r--src/json/json_generator.c1
-rw-r--r--src/json/json_helper.c1
-rw-r--r--src/json/json_mhd.c1
-rw-r--r--src/json/json_pack.c1
-rw-r--r--src/json/test_json.c1
-rw-r--r--src/json/test_json_mhd.c1
7 files changed, 0 insertions, 7 deletions
diff --git a/src/json/json.c b/src/json/json.c
index d584ed772..07ec158be 100644
--- a/src/json/json.c
+++ b/src/json/json.c
@@ -25,7 +25,6 @@
25 * @author Christian Grothoff 25 * @author Christian Grothoff
26 */ 26 */
27#include "platform.h" 27#include "platform.h"
28#include "platform.h"
29#include "gnunet_json_lib.h" 28#include "gnunet_json_lib.h"
30 29
31 30
diff --git a/src/json/json_generator.c b/src/json/json_generator.c
index 452cf7bf1..4fda86e32 100644
--- a/src/json/json_generator.c
+++ b/src/json/json_generator.c
@@ -23,7 +23,6 @@
23 * @author Sree Harsha Totakura <sreeharsha@totakura.in> 23 * @author Sree Harsha Totakura <sreeharsha@totakura.in>
24 */ 24 */
25#include "platform.h" 25#include "platform.h"
26#include "platform.h"
27#include "gnunet_util_lib.h" 26#include "gnunet_util_lib.h"
28#include "gnunet_json_lib.h" 27#include "gnunet_json_lib.h"
29 28
diff --git a/src/json/json_helper.c b/src/json/json_helper.c
index 933c82cf7..aadc6804d 100644
--- a/src/json/json_helper.c
+++ b/src/json/json_helper.c
@@ -25,7 +25,6 @@
25 * @author Christian Grothoff 25 * @author Christian Grothoff
26 */ 26 */
27#include "platform.h" 27#include "platform.h"
28#include "platform.h"
29#include "gnunet_json_lib.h" 28#include "gnunet_json_lib.h"
30 29
31 30
diff --git a/src/json/json_mhd.c b/src/json/json_mhd.c
index 1808e6782..0b0fa0538 100644
--- a/src/json/json_mhd.c
+++ b/src/json/json_mhd.c
@@ -25,7 +25,6 @@
25 * @author Christian Grothoff 25 * @author Christian Grothoff
26 */ 26 */
27#include "platform.h" 27#include "platform.h"
28#include "platform.h"
29#include "gnunet_json_lib.h" 28#include "gnunet_json_lib.h"
30#include <zlib.h> 29#include <zlib.h>
31 30
diff --git a/src/json/json_pack.c b/src/json/json_pack.c
index 2cf83b0d6..8fc806086 100644
--- a/src/json/json_pack.c
+++ b/src/json/json_pack.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#include "gnunet_json_lib.h" 26#include "gnunet_json_lib.h"
28 27
29 28
diff --git a/src/json/test_json.c b/src/json/test_json.c
index c6784827a..d6c372cf3 100644
--- a/src/json/test_json.c
+++ b/src/json/test_json.c
@@ -24,7 +24,6 @@
24 * @author Christian Grothoff <christian@grothoff.org> 24 * @author Christian Grothoff <christian@grothoff.org>
25 */ 25 */
26#include "platform.h" 26#include "platform.h"
27#include "platform.h"
28#include "gnunet_util_lib.h" 27#include "gnunet_util_lib.h"
29#include "gnunet_json_lib.h" 28#include "gnunet_json_lib.h"
30 29
diff --git a/src/json/test_json_mhd.c b/src/json/test_json_mhd.c
index 54eb88103..642715f25 100644
--- a/src/json/test_json_mhd.c
+++ b/src/json/test_json_mhd.c
@@ -24,7 +24,6 @@
24 * @author Christian Grothoff <christian@grothoff.org> 24 * @author Christian Grothoff <christian@grothoff.org>
25 */ 25 */
26#include "platform.h" 26#include "platform.h"
27#include "platform.h"
28#include "gnunet_util_lib.h" 27#include "gnunet_util_lib.h"
29#include "gnunet_json_lib.h" 28#include "gnunet_json_lib.h"
30#include "gnunet_curl_lib.h" 29#include "gnunet_curl_lib.h"