From 228a5e4efe65995778847f48d2be43f3df988e10 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Mon, 1 Oct 2007 18:01:20 +0100 Subject: Move data types ctors and setters into the public headers Now that we are providing a generator class we need to provide the constructors and setters for JsonNode, JsonObject and JsonArray. This also means that the json-private.h header is now useless, so we can remove it from the build and repository. --- json-glib/json-array.c | 1 - 1 file changed, 1 deletion(-) (limited to 'json-glib/json-array.c') diff --git a/json-glib/json-array.c b/json-glib/json-array.c index 7d0973f..3de3244 100644 --- a/json-glib/json-array.c +++ b/json-glib/json-array.c @@ -20,7 +20,6 @@ #include "config.h" #include "json-types.h" -#include "json-private.h" /** * SECTION:json-array -- cgit v1.2.1